diff options
-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:'), |