diff --git a/src/pyclashbot/interface/layout.py b/src/pyclashbot/interface/layout.py index 4f358aeb5..99566cb58 100644 --- a/src/pyclashbot/interface/layout.py +++ b/src/pyclashbot/interface/layout.py @@ -124,6 +124,7 @@ def get_random_donate_image_path(): range=(1, 8), orientation="h", key="account_switching_slider", + size=(10,20) ), ], [ @@ -242,14 +243,14 @@ def get_random_donate_image_path(): # expand_x=True, button_color="Lime Green", border_width=3, - size=(20, 1), + size=(23, 1), ), sg.Button( "Stop", disabled=True, # expand_x=True, border_width=2, - size=(20, 1), + size=(23, 1), ), sg.Button( "Pause", @@ -257,7 +258,7 @@ def get_random_donate_image_path(): key="-Pause-Resume-Button-", # expand_x=True, border_width=2, - size=(20, 1), + size=(23, 1), ), ], [ @@ -267,13 +268,13 @@ def get_random_donate_image_path(): # expand_x=True, button_color="#7289da", border_width=2, - size=(20, 1), + size=(23, 1), ), sg.Button( "Upload Log", key="upload-log", # expand_x=True, - size=(20, 1), + size=(23, 1), border_width=2, ), sg.Button( @@ -282,7 +283,7 @@ def get_random_donate_image_path(): # expand_x=True, button_color="#FF0000", border_width=2, - size=(20, 1), + size=(23, 1), ), ], [donate_button_layout_tab],