Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/cardlist.py
diff options
context:
space:
mode:
authorAleksey Lim <alsroot@member.fsf.org>2009-07-13 11:39:23 (GMT)
committer Aleksey Lim <alsroot@member.fsf.org>2009-07-13 11:39:23 (GMT)
commit6e9614f1be8f1d2eff489e9fab60f6323e826c2a (patch)
tree642359635bf8774e3572c4219b967bd4c4f0436e /cardlist.py
parentb0df249be6f7378ec49fc33dee9f796527a63171 (diff)
Fit import box to create panel sizes
Diffstat (limited to 'cardlist.py')
-rw-r--r--cardlist.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cardlist.py b/cardlist.py
index 55bb2bc..1712c08 100644
--- a/cardlist.py
+++ b/cardlist.py
@@ -57,7 +57,7 @@ class CardList(gtk.EventBox):
self.vbox.pack_end(fill_box, True, True)
scroll = gtk.ScrolledWindow()
- scroll.set_policy(gtk.POLICY_AUTOMATIC, gtk.POLICY_ALWAYS)
+ scroll.set_policy(gtk.POLICY_AUTOMATIC, gtk.POLICY_AUTOMATIC)
scroll.add_with_viewport(self.vbox)
scroll.set_border_width(0)
scroll.get_child().modify_bg(gtk.STATE_NORMAL, gtk.gdk.color_parse('#000000'))