Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/constants.py
diff options
context:
space:
mode:
authorWalter Bender <walter@walter-laptop.(none)>2010-01-27 17:31:15 (GMT)
committer Walter Bender <walter@walter-laptop.(none)>2010-01-27 17:31:15 (GMT)
commitf0330df08bec4aa9eb7d9bca6e4ef927ee5b1f36 (patch)
tree8304c5f070b5cefe7caa41bf531b45bdb65cff98 /constants.py
parent5ac97501a38f9176da336a6a9ebf847ba3de1949 (diff)
scaled palette width
Diffstat (limited to 'constants.py')
-rw-r--r--constants.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/constants.py b/constants.py
index b6dbb9f..49d36d0 100644
--- a/constants.py
+++ b/constants.py
@@ -73,6 +73,7 @@ COLORS = [["#00FF00","#00A000"], ["#00FFFF","#00A0A0"], ["#FF00FF","#A000A0"],
PALETTE_HEIGHT = 175
+SELECTOR_WIDTH = 55
ICON_SIZE = 55
SELECTED_COLOR = "#0000FF"
SELECTED_STROKE_WIDTH = 1.5