summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2018-07-06 01:25:44 +0200
committeremkael <emkael@tlen.pl>2018-07-06 01:25:44 +0200
commit81e03ebaaee4d8e8a7e54862aabc4299aa0cd232 (patch)
tree7001025c549b3cbe355bad197b669b741008062b
parent20da60a6381a012677ef4ab720afa3e169eac0fd (diff)
parent78a319e7babdcde172afae18a2f7e21d8d16cd4b (diff)
Merge branch 'bugfixes' into devel
-rw-r--r--jfr_playoff/generator.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/jfr_playoff/generator.py b/jfr_playoff/generator.py
index 22bdc82..2206520 100644
--- a/jfr_playoff/generator.py
+++ b/jfr_playoff/generator.py
@@ -77,8 +77,8 @@ class PlayoffGenerator(object):
if match.link is not None else score_html)
html = self.p_temp.get(
'MATCH_TABLE',
- int(self.page['width'] * 0.75),
- int(self.page['width'] * 0.25),
+ int(self.page['width'] * 0.7),
+ int(self.page['width'] * 0.2),
rows)
if match.running > 0:
running_html = self.p_temp.get('MATCH_RUNNING', match.running)