summaryrefslogtreecommitdiff
path: root/gtk2_ardour/automation_line.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2012-07-17 13:02:57 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2012-07-17 13:02:57 +0000
commit0f9dab42d9e6be26164c5c8b31c49f806934d1ed (patch)
tree15d741879a5bcff7f1fd0c938d69e02edf2cabfb /gtk2_ardour/automation_line.cc
parent3c252e9321dccf9b653b6b9ab4a7ffe5cda31b79 (diff)
add translucent "shade" to playhead cursor (may remove this in the future)
git-svn-id: svn://localhost/ardour2/branches/3.0@13048 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/automation_line.cc')
-rw-r--r--gtk2_ardour/automation_line.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/automation_line.cc b/gtk2_ardour/automation_line.cc
index 6586aed966..8691e1e2ab 100644
--- a/gtk2_ardour/automation_line.cc
+++ b/gtk2_ardour/automation_line.cc
@@ -93,7 +93,7 @@ AutomationLine::AutomationLine (const string& name, TimeAxisView& tv, ArdourCanv
group->property_y() = 0.0;
line = new ArdourCanvas::Line (*group);
- line->property_width_pixels() = (guint)1;
+ line->property_width_pixels() = (guint)3;
line->set_data ("line", this);
line->signal_event().connect (sigc::mem_fun (*this, &AutomationLine::event_handler));