Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--widgets.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets.py b/widgets.py
index 7c23683..c1833fa 100644
--- a/widgets.py
+++ b/widgets.py
@@ -56,7 +56,7 @@ class BrushButton(_ColorButton):
self._preview.show()
self.pixmap = gtk.gdk.Pixmap(self.get_window(),
style.STANDARD_ICON_SIZE,
- style.STANDARD_ICON_SIZE, 24)
+ style.STANDARD_ICON_SIZE, -1)
self._gc = self.get_window().new_gc()
self.show_all()