Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2006-10-13 17:04:04 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2006-10-13 17:04:04 (GMT)
commit62fd4dcd89512299be4705db81f39cb3e8827dcd (patch)
treefe3f1f1036df7a1d36eff2406dabea9aede06459 /shell
parent63e12fbd5ea5aef17a5b7aa26cb3c772cb0cb3db (diff)
Basic functionalities mostly working
Diffstat (limited to 'shell')
-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)