summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2019-06-27 20:45:23 +0200
committeremkael <emkael@tlen.pl>2019-06-27 20:45:23 +0200
commit017da8cdd6fa8cdf94aa214e513f087b57a2f087 (patch)
tree43e5e12946c70132c529e6d737d02af80c75268b
parent69c0e0733b6c254e798bfd75569d80d220eb4a15 (diff)
Cosmetic fixes for match GUI
-rw-r--r--jfr_playoff/gui/frames/match.py4
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:'),