mirror of
https://github.com/koreader/koreader
synced 2024-11-10 01:10:34 +00:00
UI: Make button radius match default window radius (#7054)
This commit is contained in:
parent
f1f439d08b
commit
12d1604a75
@ -57,7 +57,7 @@ local Size = {
|
||||
radius = {
|
||||
default = Screen:scaleBySize(2),
|
||||
window = Screen:scaleBySize(7),
|
||||
button = Screen:scaleBySize(15),
|
||||
button = Screen:scaleBySize(7),
|
||||
},
|
||||
line = {
|
||||
thin = Screen:scaleBySize(0.5),
|
||||
|
Loading…
Reference in New Issue
Block a user