Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/graphics/iconbutton.py
diff options
context:
space:
mode:
authorDan Winship <dwinship@redhat.com>2007-08-08 22:19:05 (GMT)
committer Dan Winship <dwinship@redhat.com>2007-08-08 22:19:05 (GMT)
commit985fe6ef358ce28d7d04f199d9a342f4a4fe0a79 (patch)
treee50cf7b89225cf8d7420ee366c123b673410fd06 /sugar/graphics/iconbutton.py
parenta1302ccbb287b95be0e5f1e0b50c08fca0dc597d (diff)
Make activity icons in frame outline-only. #2668
Diffstat (limited to 'sugar/graphics/iconbutton.py')
-rw-r--r--sugar/graphics/iconbutton.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sugar/graphics/iconbutton.py b/sugar/graphics/iconbutton.py
index 85ea4e4..ba9fad8 100644
--- a/sugar/graphics/iconbutton.py
+++ b/sugar/graphics/iconbutton.py
@@ -53,7 +53,7 @@ class IconButton(CanvasIcon, hippo.CanvasItem):
if self.props.active:
self.props.background_color = 0x000000FF
else:
- self.props.background_color = 0x404040FF
+ self.props.background_color = 0x00000000
def _icon_clicked_cb(self, button):
if self._palette: