[UX] naturallightwidget: Use unicode minus for button

pull/3841/head
David Engster 6 years ago committed by Frans de Jonge
parent 5d35d5190f
commit 9b67323326

@ -83,7 +83,7 @@ function NaturalLightWidget:adaptableNumber(initial, step)
}
input_text:unfocus()
local button_minus = Button:new{
text = "-",
text = "",
margin = Size.margin.small,
radius = 0,
width = self.button_width,

Loading…
Cancel
Save