From acea321c04f73af26c2aeba04668415759a8c4a4 Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Tue, 02 Feb 2010 13:18:05 +0000 Subject: added palette orientation control --- (limited to 'constants.py') 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" -- cgit v0.9.1