Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu@tomeuvizoso.net>2007-03-20 11:01:01 (GMT)
committer Tomeu Vizoso <tomeu@tomeuvizoso.net>2007-03-20 11:01:01 (GMT)
commit8a02afb408d4040f0351d56e606492fc6213bb51 (patch)
treec35258fe53d89f5f0f53c4cd9b50f5c8e5b551da /sugar
parent634240deed52819cede07de728b3975166480fec (diff)
Style fixes for the toolbar.
Diffstat (limited to 'sugar')
-rw-r--r--sugar/graphics/toolbar.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/sugar/graphics/toolbar.py b/sugar/graphics/toolbar.py
index 3f24afe..ca1df44 100644
--- a/sugar/graphics/toolbar.py
+++ b/sugar/graphics/toolbar.py
@@ -10,5 +10,5 @@ class Toolbar(hippo.CanvasBox):
hippo.CanvasBox.__init__(self, orientation=orientation,
background_color=0x414141ff,
box_height=units.grid_to_pixels(1),
- spacing=units.points_to_pixels(5)
-)
+ padding_left=units.grid_to_pixels(1),
+ padding_right=units.grid_to_pixels(1))