TimeWidget: keep "colon space" size

pull/8213/head^2
hius07 3 years ago committed by Frans de Jonge
parent 28c132a740
commit 5c62c11aa8

@ -79,7 +79,7 @@ function TimeWidget:update()
alignment = "center",
face = self.title_face,
bold = true,
width = math.floor(self.screen_width * 0.05),
width = math.floor(math.min(self.screen_width, self.screen_height) * 0.05),
}
local time_group = HorizontalGroup:new{
align = "center",

Loading…
Cancel
Save