changeset 70:f0ee922fe0de

TilePicker: increase default size I've decided I want it to be bigger. The tile picker will be the central widget now, the main working area.
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
date Mon, 09 Sep 2019 18:00:21 -0400
parents 4e5f2f16cb84
children 281bf29af098
files tilerswift
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/tilerswift
+++ b/tilerswift
@@ -281,8 +281,8 @@
 
     def __init__(self, rom_canvas):
         super().__init__(
-            numcols=20,
-            numrows=20,
+            numcols=50,
+            numrows=30,
             spacing=0,
             scalefactor=5,
         )