Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Edit/Properties.py2
-rw-r--r--Resources/Images/addSynth+.pngbin4341 -> 3308 bytes
-rw-r--r--Resources/Images/addSynth.pngbin2273 -> 1640 bytes
-rw-r--r--Resources/Images/addSynthsel.pngbin2382 -> 1640 bytes
-rwxr-xr-xResources/Images/propLine.pngbin0 -> 2815 bytes
-rwxr-xr-xResources/Images/propLineDown.pngbin0 -> 3409 bytes
-rwxr-xr-xResources/Images/propLineOver.pngbin0 -> 2826 bytes
7 files changed, 1 insertions, 1 deletions
diff --git a/Edit/Properties.py b/Edit/Properties.py
index 7e64b4b..be47286 100644
--- a/Edit/Properties.py
+++ b/Edit/Properties.py
@@ -248,7 +248,7 @@ class Properties( gtk.VBox ):
#algoRadioButtonBox.set_border_width(3)
#algoRadioButtonBox.set_radius(10)
- self.GUI['line'] = ImageRadioButton( None, Config.IMAGE_ROOT + 'propDrunk.png', Config.IMAGE_ROOT + 'propDrunkDown.png', Config.IMAGE_ROOT + 'propDrunkOver.png' )
+ self.GUI['line'] = ImageRadioButton( None, Config.IMAGE_ROOT + 'propLine.png', Config.IMAGE_ROOT + 'propLineDown.png', Config.IMAGE_ROOT + 'propLineOver.png' )
self.GUI['line'].connect( "toggled", self.handleAlgo, 0 )
algoRadioButtonBox.pack_start( self.GUI['line'], False, False, 1 )
self.GUI['drunk'] = ImageRadioButton( self.GUI['line'], Config.IMAGE_ROOT + 'propDrunk.png', Config.IMAGE_ROOT + 'propDrunkDown.png', Config.IMAGE_ROOT + 'propDrunkOver.png' )
diff --git a/Resources/Images/addSynth+.png b/Resources/Images/addSynth+.png
index 8e1b30b..94b29ea 100644
--- a/Resources/Images/addSynth+.png
+++ b/Resources/Images/addSynth+.png
Binary files differ
diff --git a/Resources/Images/addSynth.png b/Resources/Images/addSynth.png
index 86fd957..b70e9f0 100644
--- a/Resources/Images/addSynth.png
+++ b/Resources/Images/addSynth.png
Binary files differ
diff --git a/Resources/Images/addSynthsel.png b/Resources/Images/addSynthsel.png
index 2c80dd3..b70e9f0 100644
--- a/Resources/Images/addSynthsel.png
+++ b/Resources/Images/addSynthsel.png
Binary files differ
diff --git a/Resources/Images/propLine.png b/Resources/Images/propLine.png
new file mode 100755
index 0000000..e5e984a
--- /dev/null
+++ b/Resources/Images/propLine.png
Binary files differ
diff --git a/Resources/Images/propLineDown.png b/Resources/Images/propLineDown.png
new file mode 100755
index 0000000..a43b93f
--- /dev/null
+++ b/Resources/Images/propLineDown.png
Binary files differ
diff --git a/Resources/Images/propLineOver.png b/Resources/Images/propLineOver.png
new file mode 100755
index 0000000..b7332f1
--- /dev/null
+++ b/Resources/Images/propLineOver.png
Binary files differ