Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/graphics
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2007-07-18 12:55:26 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2007-07-18 12:55:26 (GMT)
commit5f381024205415fd4f363bae59ee42475dfbe0f2 (patch)
tree108b2bdfdaee807d7babd26099bcbbc9e93eebbe /sugar/graphics
parent6a6c5fb805abf59cab555afac0846d6c8961ff9a (diff)
Add some style properties
Diffstat (limited to 'sugar/graphics')
-rw-r--r--sugar/graphics/style.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/sugar/graphics/style.py b/sugar/graphics/style.py
index 7363b7e..99109e2 100644
--- a/sugar/graphics/style.py
+++ b/sugar/graphics/style.py
@@ -89,6 +89,7 @@ _TAB_CURVATURE = 1
ZOOM_FACTOR = _compute_zoom_factor()
DEFAULT_SPACING = zoom(8)
+LINE_WIDTH = zoom(2)
FONT_SIZE = zoom(7 * _XO_DPI / _get_screen_dpi())
FONT_NORMAL = Font('Bitstream Vera Sans %d' % FONT_SIZE)
@@ -104,3 +105,4 @@ TOOLBOX_TAB_LABEL_WIDTH = zoom(150 - 15 * 2)
COLOR_WHITE = Color('#FFFFFF')
COLOR_PANEL_GREY = Color('#C0C0C0')
+COLOR_SELECTION_GREY = Color('#A6A6A6')