Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/pages
diff options
context:
space:
mode:
Diffstat (limited to 'pages')
-rw-r--r--pages/edit.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/pages/edit.py b/pages/edit.py
index 8e7419c..e269392 100644
--- a/pages/edit.py
+++ b/pages/edit.py
@@ -136,8 +136,7 @@ class EditInfo(Page): # TODO -> gui.Page should follow this pattern rather
Page.__init__(self, xalign=hippo.ALIGNMENT_CENTER,
orientation=hippo.ORIENTATION_VERTICAL,
padding=20,
- spacing=20,
- box_height=theme.TABS_HEIGHT)
+ spacing=20)
self.__parent = parent