From f0330df08bec4aa9eb7d9bca6e4ef927ee5b1f36 Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Wed, 27 Jan 2010 17:31:15 +0000 Subject: scaled palette width --- (limited to 'constants.py') 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 -- cgit v0.9.1