From 017da8cdd6fa8cdf94aa214e513f087b57a2f087 Mon Sep 17 00:00:00 2001 From: emkael Date: Thu, 27 Jun 2019 20:45:23 +0200 Subject: Cosmetic fixes for match GUI --- jfr_playoff/gui/frames/match.py | 4 ++-- 1 file 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:'), -- cgit v1.2.3