Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/graphics
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu@tomeuvizoso.net>2007-02-24 14:22:16 (GMT)
committer Tomeu Vizoso <tomeu@tomeuvizoso.net>2007-02-24 14:22:16 (GMT)
commit2b1445be6cb71b0eef611b397c2a17278409667b (patch)
tree45c93aba1a2d9b765927c14a16f51d2a4631dde2 /sugar/graphics
parentce800fbc66c2790f5bf9a38006812a16478342aa (diff)
Adjusted rounded box radius.
Diffstat (limited to 'sugar/graphics')
-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