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