diff --git a/game/scripts/gui/say.rpy b/game/scripts/gui/say.rpy index 441044c8..ff9f626d 100644 --- a/game/scripts/gui/say.rpy +++ b/game/scripts/gui/say.rpy @@ -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)