Skip to content

Commit 5b9c7bc

Browse files
Copilotfsmosca
andcommitted
Align bottom buttons with board left edge by adding left padding to First button
Agent-Logs-Url: https://github.com/fsmosca/Python-Easy-Chess-GUI/sessions/a6acec8b-121f-4fc0-be59-bfda4c0467a0 Co-authored-by: fsmosca <22366935+fsmosca@users.noreply.github.com>
1 parent afc8f60 commit 5b9c7bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python_easy_chess_gui.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2959,7 +2959,7 @@ def build_review_layout(self, is_user_white=True):
29592959
[sg.Menu(menu_def_review, tearoff=False)],
29602960
[sg.Column(board_column, vertical_alignment='top'),
29612961
sg.Column(board_controls, vertical_alignment='top', expand_y=True)],
2962-
[sg.Button('First', size=(10, 1)),
2962+
[sg.Button('First', size=(10, 1), pad=((10, 5), None)),
29632963
sg.Button('Previous', size=(10, 1)),
29642964
sg.Button('Next', size=(10, 1)),
29652965
sg.Button('Last', size=(10, 1)),

0 commit comments

Comments
 (0)