Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/graphics/optionmenu.py
diff options
context:
space:
mode:
Diffstat (limited to 'sugar/graphics/optionmenu.py')
-rw-r--r--sugar/graphics/optionmenu.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sugar/graphics/optionmenu.py b/sugar/graphics/optionmenu.py
index 335956e..3ffaf4a 100644
--- a/sugar/graphics/optionmenu.py
+++ b/sugar/graphics/optionmenu.py
@@ -66,7 +66,7 @@ class OptionMenu(hippo.CanvasBox, hippo.CanvasItem):
self._round_box = RoundBox()
self._round_box.props.border_color = color.FRAME_BORDER.get_int()
self._round_box.props.spacing = units.points_to_pixels(3)
- self._round_box.props.padding = units.points_to_pixels(1)
+ self._round_box.props.padding = units.points_to_pixels(3)
self.append(self._round_box, hippo.PACK_EXPAND)
self._canvas_text = hippo.CanvasText(text=_('No options'),