From 1f0f3e509222aaae5703b300fecadd1b58b78f23 Mon Sep 17 00:00:00 2001 From: Pavel 'LEdoian' Turinsky Date: Thu, 12 Aug 2021 23:15:10 +0200 Subject: [PATCH] More random geometry changes... --- ddresc_visu/draw.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ddresc_visu/draw.py b/ddresc_visu/draw.py index e664dea..87ff421 100644 --- a/ddresc_visu/draw.py +++ b/ddresc_visu/draw.py @@ -13,8 +13,8 @@ colors = { BORDERCOLOR = (64,64,64) -W = 1920 * 2 // 3 -H = 1060 +W = 1920 * 5 // 6 +H = 1040 CELLSIZE = 8 CELLBORDER = 0 CELLMARGIN = 3