diff --git a/frontend/ui/widget/frontlightwidget.lua b/frontend/ui/widget/frontlightwidget.lua index 1fee02e16..dd38b182e 100644 --- a/frontend/ui/widget/frontlightwidget.lua +++ b/frontend/ui/widget/frontlightwidget.lua @@ -413,9 +413,10 @@ function FrontLightWidget:addWarmthWidgets(num_warmth, step, vertical_group) text = " " .. math.floor(self.powerd.max_warmth_hour) .. ":" .. self.powerd.max_warmth_hour % 1 * 6 .. "0", face = self.larger_font_face, + alignment = "center", fgcolor =self.powerd.auto_warmth and Blitbuffer.COLOR_BLACK or Blitbuffer.COLOR_GREY, - width = self.screen_width * 0.1 + width = self.screen_width * 0.15 } local button_minus_one_hour = Button:new{ text = "−",