Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Config.py
diff options
context:
space:
mode:
authorNathanaël Lécaudé <Nat@localhost.localdomain>2007-01-16 20:47:31 (GMT)
committer Nathanaël Lécaudé <Nat@localhost.localdomain>2007-01-16 20:47:31 (GMT)
commitf84c0ca843bf6c78b05a7749539a39882e3c05e3 (patch)
treee9557c9bf07cc0ef327bb2abb906129d34d13a9e /Config.py
parent67febc7f5f17d77bf25e8c5f38abab9972f39c36 (diff)
Replaced BORDER_SIZE by PANEL_SPACING and avtivity = 14
Diffstat (limited to 'Config.py')
-rw-r--r--Config.py13
1 files changed, 7 insertions, 6 deletions
diff --git a/Config.py b/Config.py
index 295b0de..501e794 100644
--- a/Config.py
+++ b/Config.py
@@ -355,18 +355,12 @@ NOTE_BORDER_SIZE = 1
NOTE_BORDER_SIZE_DIV2 = NOTE_BORDER_SIZE/2.0
MAIN_WINDOW_PADDING = 5
TRACK_SPACING = 1
-BORDER_SIZE = 2
BORDER_SIZE_DIV2 = BORDER_SIZE/2.0
BORDER_SIZE_MUL2 = BORDER_SIZE*2
BEAT_LINE_SIZE = 1
BEAT_LINE_SIZE_DIV2 = BEAT_LINE_SIZE/2.0
PLAYHEAD_SIZE = 2
PLAYHEAD_SIZE_DIV2 = PLAYHEAD_SIZE/2.0
-
-INST_BCK_COLOR = '#979DA8'
-PANEL_BCK_COLOR = '#FFFFFF'
-PANEL_COLOR = '#707F93'
-PANEL_RADIUS = 10
PAGE_BORDER_SIZE = 2
PAGE_SELECTED_BORDER_SIZE = 5
@@ -383,6 +377,13 @@ PAGE_THUMBNAIL_PADDING_DIV2 = PAGE_THUMBNAIL_PADDING/2
NUMBER_OF_PAGE_BANK_ROWS = 2
NUMBER_OF_PAGE_BANK_COLUMNS = 20
+### miniTamTam/SYNTHLAB SPECIFIC ###
+INST_BCK_COLOR = '#979DA8'
+PANEL_BCK_COLOR = '#FFFFFF'
+PANEL_COLOR = '#707F93'
+PANEL_RADIUS = 10
+PANEL_SPACING = 2
+
# hardware keycodes for mod keys
MOD_LSHIFT = 50