Skip to content

Commit

Permalink
gui changes
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewmiglio committed Dec 25, 2023
1 parent 1c08511 commit ce353cb
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions src/pyclashbot/interface/layout.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ def get_random_donate_image_path():
range=(1, 8),
orientation="h",
key="account_switching_slider",
size=(10,20)
),
],
[
Expand Down Expand Up @@ -242,22 +243,22 @@ 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",
disabled=True,
key="-Pause-Resume-Button-",
# expand_x=True,
border_width=2,
size=(20, 1),
size=(23, 1),
),
],
[
Expand All @@ -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(
Expand All @@ -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],
Expand Down

0 comments on commit ce353cb

Please sign in to comment.