1
0
Fork 0
mirror of https://github.com/shlomif/PySolFC.git synced 2025-04-05 00:02:29 -04:00

Fixed flake8 error.

This commit is contained in:
Joe R 2022-09-08 18:17:37 -04:00
parent 6fbcc1186e
commit 798ef4699a

View file

@ -99,7 +99,8 @@ class PlayerOptionsDialog(MfxDialog):
command=self.selectUserName)
widget.grid(row=1, column=1, padx=5, pady=5)
widget = tkinter.Checkbutton(frame, variable=self.confirm_var,
anchor='w', text=_("Confirm discard game"))
anchor='w',
text=_("Confirm discard game"))
widget.grid(row=2, column=0, columnspan=2, sticky='ew', padx=0, pady=5)
widget = tkinter.Checkbutton(frame, variable=self.update_stats_var,
anchor='w',