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 <marco@localhost.localdomain>2007-07-18 18:15:54 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2007-07-18 18:15:54 (GMT)
commit6b57baa075e293ac7ff58970161a9878de789130 (patch)
tree80db9b43aa452d15f90c4c59c5ebd857302fd566 /sugar/graphics/style.py
parentdaa95aadd71aadc2ccb29424cfb84ed6731fdc01 (diff)
Rework palette positioning. Cleanup and get at cursor
positioning actually right.
Diffstat (limited to 'sugar/graphics/style.py')
-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 99109e2..00ee070 100644
--- a/sugar/graphics/style.py
+++ b/sugar/graphics/style.py
@@ -106,3 +106,5 @@ TOOLBOX_TAB_LABEL_WIDTH = zoom(150 - 15 * 2)
COLOR_WHITE = Color('#FFFFFF')
COLOR_PANEL_GREY = Color('#C0C0C0')
COLOR_SELECTION_GREY = Color('#A6A6A6')
+
+PALETTE_CURSOR_DISTANCE = zoom(10)