Use Unicode minus in ButtonProgressWidget (#6939)

Change the text in the button from a hypen (-) to a
Unicode minus size (−, U+2212). This is the same width
as the + sign.

The NaturalLightWidget and FrontLightWidget controls
already use minus signs in this way.
This commit is contained in:
John Beard
2020-12-02 15:21:52 +00:00
committed by GitHub
parent 3d8342a98c
commit 5bd055206d

View File

@@ -77,7 +77,7 @@ function ButtonProgressWidget:update()
local margin = button_margin
local extra_border_size = 0
local button = Button:new{
text = "-",
text = "",
radius = 0,
margin = margin,
padding = button_padding,