From 26feda2e7996fbebf69d3313ab8a2d7679ab2e33 Mon Sep 17 00:00:00 2001 From: nutbuster Date: Fri, 26 Nov 2021 10:28:46 +1100 Subject: [PATCH] Button Size fix --- game/screens.rpy | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/game/screens.rpy b/game/screens.rpy index 4174f23..af07ffb 100644 --- a/game/screens.rpy +++ b/game/screens.rpy @@ -287,8 +287,8 @@ style choice_button_text is default: screen quick_button(filename, label, function): button: - xmaximum 80 - ymaximum 72 + xsize 71 + ysize 71 action function if 'Return' in label or 'Back' in label or 'Menu' in label: activate_sound "audio/ui/uiBack.wav" @@ -314,8 +314,7 @@ screen quick_menu(): ypos 0.977 vbox: style_prefix "quick" - xalign -0.005 - yalign 0.010 + spacing 1 use quick_buttons("gui/button/uioptionbuttons/template_idle.png", [