Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Quiñones <manuq@laptop.org>2012-04-08 20:05:02 (GMT)
committer Manuel Quiñones <manuq@laptop.org>2012-04-08 20:05:02 (GMT)
commit9599878d1d3036f9067efacab602cd3eec2afab5 (patch)
tree46bc7715fb56a7f184d42c12d768129cd02c7315
parent2d00c0a37d71eed9497d984a06a7ba35eb0c6cc0 (diff)
Comment
Signed-off-by: Manuel Quiñones <manuq@laptop.org>
-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()