mirror of
https://github.com/koreader/koreader.git
synced 2025-12-24 12:14:05 +01:00
[UX] Use a full-width plus for buttons paired with a unicode minus (#7018)
U+FF0B vs. U+002B Because otherwise it is not, in fact, the same width as the minus, which looks weird in buttons ;). Re #3840 & #6939
This commit is contained in:
@@ -180,7 +180,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,
|
||||
|
||||
Reference in New Issue
Block a user