* Fixed menu scale
This commit is contained in:
LoafyLemon 2024-05-29 20:33:31 +01:00
parent 21ef470c6c
commit 676a90f519

View File

@ -157,7 +157,7 @@ screen choice(items):
vbox:
at gui_choice_show_hide
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)
$ progress = entry.kwargs.get("progress", None)