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 160bccb..f638a44 100644
--- a/sugar/graphics/roundbox.py
+++ b/sugar/graphics/roundbox.py
@@ -25,7 +25,7 @@ from sugar.graphics import color
class RoundBox(hippo.CanvasBox, hippo.CanvasItem):
__gtype_name__ = 'SugarRoundBox'
- _BORDER_DEFAULT = 2.0
+ _BORDER_DEFAULT = units.points_to_pixels(1.0)
def __init__(self, **kwargs):
hippo.CanvasBox.__init__(self, **kwargs)