Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/graphics/roundbox.py
diff options
context:
space:
mode:
Diffstat (limited to 'sugar/graphics/roundbox.py')
-rw-r--r--sugar/graphics/roundbox.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sugar/graphics/roundbox.py b/sugar/graphics/roundbox.py
index a24f820..1559ec2 100644
--- a/sugar/graphics/roundbox.py
+++ b/sugar/graphics/roundbox.py
@@ -31,7 +31,7 @@ class RoundBox(hippo.CanvasBox, hippo.CanvasItem):
hippo.CanvasBox.__init__(self, **kwargs)
# TODO: we should calculate this value depending on the height of the box.
- self._radius = units.points_to_pixels(10)
+ self._radius = units.points_to_pixels(7)
self.props.orientation = hippo.ORIENTATION_HORIZONTAL
self.props.border_top = self._BORDER_DEFAULT