Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Document.py
diff options
context:
space:
mode:
Diffstat (limited to 'Document.py')
-rw-r--r--Document.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Document.py b/Document.py
index 5d01dc2..0ddd3c7 100644
--- a/Document.py
+++ b/Document.py
@@ -29,7 +29,7 @@ def get_screen(index):
def get_tape(index):
return gtk.gdk.pixbuf_new_from_file_at_size(
Theme.path('images/pics/Elephant/bigelephant0.gif'),
- Theme.FRAME_SIZE, Theme.FRAME_SIZE)
+ Theme.THUMB_SIZE, Theme.THUMB_SIZE)
def clean(index):
pass