summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_cursors.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2013-04-25 16:04:33 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2013-04-25 16:04:33 -0400
commit298d0efc3183bb3cb949cf162609bfc8a50c6fe8 (patch)
tree285f4e26a9caa17bdfec5ff6e19eebd5cb6ecd65 /gtk2_ardour/editor_cursors.cc
parentf8a37b197ffb18daf5be7ae74ec4d8b9058f55c5 (diff)
reduce playhead line width to 1.5
Diffstat (limited to 'gtk2_ardour/editor_cursors.cc')
-rw-r--r--gtk2_ardour/editor_cursors.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk2_ardour/editor_cursors.cc b/gtk2_ardour/editor_cursors.cc
index 035b6c82ed..9d8c255d2f 100644
--- a/gtk2_ardour/editor_cursors.cc
+++ b/gtk2_ardour/editor_cursors.cc
@@ -45,11 +45,11 @@ EditorCursor::EditorCursor (Editor& ed, bool (Editor::*callbck)(GdkEvent*,Ardour
_time_bars_canvas_item.set_head_width (0, 16);
_time_bars_canvas_item.set_head_outward (0, false);
_time_bars_canvas_item.set_show_head (1, false); // head only
- _time_bars_canvas_item.set_outline_width (2.0);
+ _time_bars_canvas_item.set_outline_width (1.5);
_time_bars_canvas_item.set_data ("cursor", this);
_track_canvas_item.set_data ("cursor", this);
- _track_canvas_item.set_outline_width (2.0);
+ _track_canvas_item.set_outline_width (1.5);
_time_bars_canvas_item.Event.connect (sigc::bind (sigc::mem_fun (ed, callbck), &_time_bars_canvas_item));
_track_canvas_item.Event.connect (sigc::bind (sigc::mem_fun (ed, callbck), &_track_canvas_item));