diff options
author | emkael <emkael@tlen.pl> | 2019-06-27 20:45:23 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2019-06-27 20:45:23 +0200 |
commit | 017da8cdd6fa8cdf94aa214e513f087b57a2f087 (patch) | |
tree | 43e5e12946c70132c529e6d737d02af80c75268b /jfr_playoff | |
parent | 69c0e0733b6c254e798bfd75569d80d220eb4a15 (diff) |
Cosmetic fixes for match GUI
Diffstat (limited to 'jfr_playoff')
-rw-r--r-- | jfr_playoff/gui/frames/match.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/jfr_playoff/gui/frames/match.py b/jfr_playoff/gui/frames/match.py index 6487e23..b591cee 100644 --- a/jfr_playoff/gui/frames/match.py +++ b/jfr_playoff/gui/frames/match.py @@ -351,10 +351,10 @@ class MatchSettingsFrame(RepeatableFrame): ], self.SCORE_SOURCE_CUSTOM: [ ttk.Entry( - scoreGroup, textvariable=self.scoreCustom[0], width=3), + scoreGroup, textvariable=self.scoreCustom[0], width=5), ttk.Label(scoreGroup, text=':'), ttk.Entry( - scoreGroup, textvariable=self.scoreCustom[1], width=3), + scoreGroup, textvariable=self.scoreCustom[1], width=5), ttk.Checkbutton( scoreGroup, variable=self.scoreNotFinished, text='mecz nie został zakończony, rozegrano:'), |