Skip to content

Commit

Permalink
All temperature sensors should display as whole numbered degrees
Browse files Browse the repository at this point in the history
User's are quite unlikely to care about 50.1C or 50.9C etc.
Closes bug LP#1077754
  • Loading branch information
alexmurray committed Nov 12, 2012
1 parent db731c6 commit 3faa811
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions indicator-sensors/is-temperature-sensor.c
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ is_temperature_sensor_new(const gchar *path)
{
return g_object_new(IS_TYPE_TEMPERATURE_SENSOR,
"path", path,
"digits", 0,
"scale", IS_TEMPERATURE_SENSOR_SCALE_CELSIUS,
"high-value", 100.0,
NULL);
Expand Down

0 comments on commit 3faa811

Please sign in to comment.