Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/intro/intro.py
diff options
context:
space:
mode:
Diffstat (limited to 'shell/intro/intro.py')
-rw-r--r--shell/intro/intro.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/shell/intro/intro.py b/shell/intro/intro.py
index 782a651..a307b91 100644
--- a/shell/intro/intro.py
+++ b/shell/intro/intro.py
@@ -111,7 +111,8 @@ class _IntroBox(hippo.CanvasBox):
PAGE_LAST = PAGE_COLOR
def __init__(self):
- hippo.CanvasBox.__init__(self, padding=style.zoom(30))
+ hippo.CanvasBox.__init__(self, padding=style.zoom(30),
+ background_color=_BACKGROUND_COLOR.get_int())
self._page = self.PAGE_NAME
self._name_page = _NamePage()