Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/graphics/entry.py
diff options
context:
space:
mode:
Diffstat (limited to 'sugar/graphics/entry.py')
-rw-r--r--sugar/graphics/entry.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/sugar/graphics/entry.py b/sugar/graphics/entry.py
index 40604bb..ad92d0f 100644
--- a/sugar/graphics/entry.py
+++ b/sugar/graphics/entry.py
@@ -58,6 +58,7 @@ class Entry(hippo.CanvasBox, hippo.CanvasItem):
self._round_box = RoundBox()
self._round_box.props.border_color = color.FRAME_BORDER.get_int()
+ self._round_box.props.padding = units.points_to_pixels(2)
self.append(self._round_box, hippo.PACK_EXPAND)
self._canvas_widget = hippo.CanvasWidget()