Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/SynthLab
diff options
context:
space:
mode:
authorolipet <olpc@localhost.localdomain>2007-01-07 01:54:05 (GMT)
committer olipet <olpc@localhost.localdomain>2007-01-07 01:54:05 (GMT)
commit184372e5c2e8a205aba75b36a4f5d5b85de7eb6f (patch)
tree2c12d6e712203040a7adec9ec65de070fe6d1399 /SynthLab
parent4f35ccad2a9039050608ef09b3b1049610df8b1c (diff)
synthLab with bigger icons
Diffstat (limited to 'SynthLab')
-rwxr-xr-xSynthLab/SynthLabConstants.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/SynthLab/SynthLabConstants.py b/SynthLab/SynthLabConstants.py
index 4dc3327..ae48d74 100755
--- a/SynthLab/SynthLabConstants.py
+++ b/SynthLab/SynthLabConstants.py
@@ -1,10 +1,9 @@
class SynthLabConstants:
- PIC_SIZE = 60
+ PIC_SIZE = 80
HALF_SIZE = PIC_SIZE / 2
- INIT_LOCATIONS = [ [90,760], [150,760], [210,760], [270, 760], [450,760], [510,760],
- [570,760], [630, 760], [810,760], [870,760], [930,760], [990, 760], [540, 660]]
+ INIT_LOCATIONS = [ [55,750], [135,750], [215,750], [295, 750], [420,750], [500,750], [580,750], [660, 750], [785,750], [865,750], [945,750], [1025, 750], [540, 645]]
FLOAT = [.01, False]
INTEGER = [1, 1]