Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/activity.py
diff options
context:
space:
mode:
authorAleksey Lim <alsroot@member.fsf.org>2009-01-21 17:32:44 (GMT)
committer Aleksey Lim <alsroot@member.fsf.org>2009-01-21 17:32:44 (GMT)
commit718427207218a4666eb3820b4e535eade3de854a (patch)
tree302ccfcd0797a963a90fc8a7b8730007319ed7f2 /activity.py
parent75b12ca76bc15e43d07d40a5da6b1a2f3a35a964 (diff)
#6617 make "Create" tab screen-resolution independent
Diffstat (limited to 'activity.py')
-rw-r--r--activity.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/activity.py b/activity.py
index 5fdfa2a..66f3bbe 100644
--- a/activity.py
+++ b/activity.py
@@ -180,8 +180,8 @@ class MemorizeActivity(Activity):
self.hbox.remove(self.scoreboard)
self.hbox.remove(self.table)
- self.hbox.pack_start(self.createcardpanel)
- self.hbox.pack_start(self.cardlist, False, False)
+ self.hbox.pack_start(self.createcardpanel, False)
+ self.hbox.pack_start(self.cardlist)
self.play_mode = False
else: