Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Config.py
diff options
context:
space:
mode:
authorNat <natcl@hotmail.com>2007-07-20 21:04:18 (GMT)
committer Nat <natcl@hotmail.com>2007-07-20 21:04:18 (GMT)
commitc3f8ba903c7cf68e8f575a842f05604340224a48 (patch)
treebd14bf158ce2ee7b8c429788241da5ae7a751d0c /Config.py
parent51e33640b438452b08a0a84b8f4a436268ec301f (diff)
Edit color
Diffstat (limited to 'Config.py')
-rw-r--r--Config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Config.py b/Config.py
index ae125a8..7f8a862 100644
--- a/Config.py
+++ b/Config.py
@@ -377,7 +377,7 @@ IMAGE_ROOT = TAM_TAM_ROOT + '/Resources/Images/'
MAIN_WINDOW_PADDING = 5
-BG_COLOR = "#8CAF97"
+BG_COLOR = '#999999'#"#8CAF97"
NOTE_HEIGHT = 9 # pixels
NOTE_IMAGE_PADDING = 6