Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/constants.py
diff options
context:
space:
mode:
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"