Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/chat/sketchpad
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2006-06-22 13:22:23 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2006-06-22 13:22:23 (GMT)
commit8797223ccd5d3fb3121b47c1a56346d9f9affd15 (patch)
tree6f14c0a0cb3411f7def16ee262a7ec6875dc2ad2 /sugar/chat/sketchpad
parent974ef81c1ed1f23dc208da019eb91242d2b65579 (diff)
Fixup the chat toolbar layout a bit
Diffstat (limited to 'sugar/chat/sketchpad')
-rw-r--r--sugar/chat/sketchpad/Toolbox.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sugar/chat/sketchpad/Toolbox.py b/sugar/chat/sketchpad/Toolbox.py
index 77ea19c..9428e42 100644
--- a/sugar/chat/sketchpad/Toolbox.py
+++ b/sugar/chat/sketchpad/Toolbox.py
@@ -13,7 +13,7 @@ class ColorButton(gtk.RadioButton):
self.set_relief(gtk.RELIEF_NONE)
drawing_area = gtk.DrawingArea()
- drawing_area.set_size_request(16, 16)
+ drawing_area.set_size_request(24, 24)
drawing_area.connect('expose_event', self.expose)
self.add(drawing_area)
drawing_area.show()