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-02-02 13:18:05 (GMT)
committer Walter Bender <walter@walter-laptop.(none)>2010-02-02 13:18:05 (GMT)
commitacea321c04f73af26c2aeba04668415759a8c4a4 (patch)
treef8c049de355b4fb8e537eb302a9004f4110fc778 /constants.py
parent38488438f273315b0061c1f094df436a98fa0cff (diff)
added palette orientation control
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 3354c48..f64924e 100644
--- a/constants.py
+++ b/constants.py
@@ -70,6 +70,7 @@ BOX_COLORS = {'red':["#FF0000","#A00000"],'orange':["#FFD000","#AA8000"],
'purple':["#FF00FF","#A000A0"]}
PALETTE_HEIGHT = 120
+PALETTE_WIDTH = 180
SELECTOR_WIDTH = 55
ICON_SIZE = 55
SELECTED_COLOR = "#0000FF"