From 8a02afb408d4040f0351d56e606492fc6213bb51 Mon Sep 17 00:00:00 2001 From: Tomeu Vizoso Date: Tue, 20 Mar 2007 11:01:01 +0000 Subject: Style fixes for the toolbar. --- 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)) -- cgit v0.9.1