Bug fix
* Fixed menu scale
This commit is contained in:
parent
21ef470c6c
commit
676a90f519
@ -157,7 +157,7 @@ screen choice(items):
|
|||||||
vbox:
|
vbox:
|
||||||
at gui_choice_show_hide
|
at gui_choice_show_hide
|
||||||
for i, entry in enumerate(items, 1):
|
for i, entry in enumerate(items, 1):
|
||||||
$ scale = (1.0 * (32 / max(32, len(entry.caption))))
|
$ scale = (1.0 * (28 / max(28, len(entry.caption))))
|
||||||
$ icon = entry.kwargs.get("icon", None)
|
$ icon = entry.kwargs.get("icon", None)
|
||||||
$ progress = entry.kwargs.get("progress", None)
|
$ progress = entry.kwargs.get("progress", None)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user