Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/drawwaveform.py
diff options
context:
space:
mode:
authorWalter Bender <walter.bender@gmail.com>2012-06-19 12:34:00 (GMT)
committer Walter Bender <walter.bender@gmail.com>2012-06-19 12:34:00 (GMT)
commitc846d1a6a5e10bc1e31fdd97ac2ca262d37b61d2 (patch)
tree0be34fc059e4928b218cd33e321f75c4a8c95d73 /drawwaveform.py
parent7c25df35e80f4c4e6ad61c2e290fd701f74da325 (diff)
finetune tuning controls
Diffstat (limited to 'drawwaveform.py')
-rw-r--r--drawwaveform.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/drawwaveform.py b/drawwaveform.py
index 321b6ca..8624f41 100644
--- a/drawwaveform.py
+++ b/drawwaveform.py
@@ -286,7 +286,7 @@ class DrawWaveform(gtk.DrawingArea):
clr = colormap.alloc_color(self.color[0])
self._harmonic_gc = self.window.new_gc(foreground=clr)
self._harmonic_gc.set_line_attributes(
- self._HARMONIC_THICKNESS, gtk.gdk.LINE_SOLID,
+ self._HARMONIC_LINE_THICKNESS, gtk.gdk.LINE_SOLID,
gtk.gdk.CAP_ROUND, gtk.gdk.JOIN_BEVEL)
self._harmonic_gc.set_foreground(clr)