Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEben Eliason <eben@localhost.localdomain>2008-03-19 15:15:57 (GMT)
committer Tomeu Vizoso <tomeu@tomeuvizoso.net>2008-04-02 12:44:56 (GMT)
commitb48e607654541805ef863d2faa148d317903a482 (patch)
treed119593711db34337f462911e4250ee49851a28e /src
parent0162e14a1cf8e109d142ccfbd56a0f17267665c6 (diff)
Change background color of intro sequence
This makes the intro sequence match the white of the rest of the zoom levels, for consistency. We'll also need to change the boot sequence to match.
Diffstat (limited to 'src')
-rw-r--r--src/intro/intro.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/intro/intro.py b/src/intro/intro.py
index 1bd46c7..b8c7a10 100644
--- a/src/intro/intro.py
+++ b/src/intro/intro.py
@@ -32,7 +32,7 @@ from sugar.profile import get_profile
import colorpicker
-_BACKGROUND_COLOR = style.COLOR_PANEL_GREY
+_BACKGROUND_COLOR = style.COLOR_WHITE
class _Page(hippo.CanvasBox):
__gproperties__ = {