From 2bf4bdd29066deb1466c5041c7d8ddd2c3a782a7 Mon Sep 17 00:00:00 2001 From: Jiri Kalvoda Date: Mon, 26 Sep 2022 16:40:51 +0200 Subject: [PATCH] =?UTF-8?q?Strategick=C3=A1:=20Zobrazov=C3=A1n=C3=AD=20hry?= =?UTF-8?q?:=20Zv=C4=9Bt=C5=A1en=C3=AD=20li=C5=A1ty=20t=C3=BDm=C5=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/hra/web/game.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/hra/web/game.py b/server/hra/web/game.py index a5f0eb9..02af208 100644 --- a/server/hra/web/game.py +++ b/server/hra/web/game.py @@ -245,7 +245,7 @@ class Occupy(WLogic): box_size = int(font_size * 1.5 + 1) left_w = 0 if conff.status.data == conff.status_left: - left_w = 150 + left_w = 250 box_w = box_size if conff.big_fields.data: box_w *= 1.5