Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/view/frame/PanelWindow.py
diff options
context:
space:
mode:
Diffstat (limited to 'shell/view/frame/PanelWindow.py')
-rw-r--r--shell/view/frame/PanelWindow.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/view/frame/PanelWindow.py b/shell/view/frame/PanelWindow.py
index 0c2930c..a7f02be 100644
--- a/shell/view/frame/PanelWindow.py
+++ b/shell/view/frame/PanelWindow.py
@@ -10,7 +10,7 @@ class PanelWindow(gtk.Window):
canvas = hippo.Canvas()
- self._bg = hippo.CanvasBox(background_color=0x4f4f4fff)
+ self._bg = hippo.CanvasBox(background_color=0x414141ff)
canvas.set_root(self._bg)
self.add(canvas)