Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/gui/frame.py
diff options
context:
space:
mode:
Diffstat (limited to 'gui/frame.py')
-rw-r--r--gui/frame.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/gui/frame.py b/gui/frame.py
index b9d0607..aa54312 100644
--- a/gui/frame.py
+++ b/gui/frame.py
@@ -66,8 +66,7 @@ class Frame(hippo.Canvas):
orientation=hippo.ORIENTATION_VERTICAL)
self.__root.append(self.__container, hippo.PACK_EXPAND)
- self.__page = hippo.CanvasBox(box_height=theme.PAGE_HEIGHT,
- background_color=theme.COLOR_PAGE.get_int(),
+ self.__page = hippo.CanvasBox(background_color=theme.COLOR_PAGE.get_int(),
border=4,
border_color=theme.COLOR_PAGE_BORDER.get_int(),
spacing=8,