Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tawindow.py
diff options
context:
space:
mode:
Diffstat (limited to 'tawindow.py')
-rw-r--r--tawindow.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tawindow.py b/tawindow.py
index 68753c7..59ab210 100644
--- a/tawindow.py
+++ b/tawindow.py
@@ -130,7 +130,7 @@ class TurtleArtWindow():
self.msgcolor = self.cm.alloc_color('black')
self.fgcolor = self.cm.alloc_color('red')
self.textcolor = self.cm.alloc_color('blue')
- self.textsize = 32
+ self.textsize = 48
self.myblock = None
self.nop = 'nop'
self.loaded = 0