Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/graphics/toolbar.py
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu@tomeuvizoso.net>2007-02-15 18:18:15 (GMT)
committer Tomeu Vizoso <tomeu@tomeuvizoso.net>2007-02-15 18:18:15 (GMT)
commit28f10bf1428dc5d1e87517c43f550142f7e8ae01 (patch)
treeda22eaa9b3984d4d42fdce1f3377d922eb7a87ed /sugar/graphics/toolbar.py
parentfa4c775bc9b0647c5e5a075ecc7b98067ebf7584 (diff)
OptionMenu fixes and API updates.
Diffstat (limited to 'sugar/graphics/toolbar.py')
-rw-r--r--sugar/graphics/toolbar.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/sugar/graphics/toolbar.py b/sugar/graphics/toolbar.py
index 5cd0f65..56e50e3 100644
--- a/sugar/graphics/toolbar.py
+++ b/sugar/graphics/toolbar.py
@@ -6,4 +6,5 @@ class Toolbar(hippo.CanvasBox):
def __init__(self, orientation=hippo.ORIENTATION_HORIZONTAL):
hippo.CanvasBox.__init__(self, orientation=orientation,
- background_color=0x414141ff)
+ background_color=0x414141ff,
+ spacing=15)