Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/graphics/style.py
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2007-07-31 13:02:50 (GMT)
committer Marco Pesenti Gritti <mpg@redhat.com>2007-07-31 13:02:50 (GMT)
commitf2eca57d132d5e6605210ee2753a12216cf870cb (patch)
tree3b0c1b8a4bb5b7269364f99dba9c4edc87038cd4 /sugar/graphics/style.py
parent445a79231d1dc1cd97e1acc453deaa7a2f0266da (diff)
More units cleanups
Diffstat (limited to 'sugar/graphics/style.py')
-rw-r--r--sugar/graphics/style.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sugar/graphics/style.py b/sugar/graphics/style.py
index 336fe10..3198704 100644
--- a/sugar/graphics/style.py
+++ b/sugar/graphics/style.py
@@ -89,7 +89,7 @@ _TAB_CURVATURE = 1
ZOOM_FACTOR = _compute_zoom_factor()
DEFAULT_SPACING = zoom(8)
-DEFAULT_BORDER = zoom(6)
+DEFAULT_PADDING = zoom(6)
LINE_WIDTH = zoom(2)
FONT_SIZE = zoom(7 * _XO_DPI / _get_screen_dpi())