[fix, UX] naturallightwidget: Reduce text size in button

'Save settings' was too large a string for larger fonts, so replace
with just 'Save' (issue #3825).
pull/3841/head
David Engster 6 years ago committed by Frans de Jonge
parent f8d43b5c09
commit cb0fadb80b

@ -296,7 +296,7 @@ function NaturalLightWidget:createMainContent(width, height)
end, end,
} }
local button_ok = Button:new{ local button_ok = Button:new{
text = "Save settings", text = "Save",
margin = Size.margin.small, margin = Size.margin.small,
radius = 0, radius = 0,
width = self.width * 0.2, width = self.width * 0.2,

Loading…
Cancel
Save