Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/toolbar.py
diff options
context:
space:
mode:
Diffstat (limited to 'toolbar.py')
-rw-r--r--toolbar.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/toolbar.py b/toolbar.py
index d7188bb..12d4bb8 100644
--- a/toolbar.py
+++ b/toolbar.py
@@ -62,6 +62,8 @@ class BrushesPalette(Palette):
table.attach(brush, col, col+1, row, row+1, gtk.FILL)
brush.show()
+ # Brush preview:
+
hbox = gtk.HBox()
brush.add(hbox)
hbox.show()