From 62fd4dcd89512299be4705db81f39cb3e8827dcd Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Fri, 13 Oct 2006 17:04:04 +0000 Subject: Basic functionalities mostly working --- (limited to 'shell') 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) -- cgit v0.9.1