From 425e95ea1a1f76c9dc12c4ff5d12012e9ec2705a Mon Sep 17 00:00:00 2001 From: Aleksey Lim Date: Tue, 06 Jan 2009 04:06:59 +0000 Subject: remove hardcoded heights --- (limited to 'pages') 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 -- cgit v0.9.1