DateWidget: keep "dash space" size

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

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

Loading…
Cancel
Save