summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_summary.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2012-03-17 17:19:43 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2012-03-17 17:19:43 +0000
commit928c7cf10ced2e07825d44063297b13e94c7ca8b (patch)
tree12111f18e4567594cd3027b4e25d4a563e37af40 /gtk2_ardour/editor_summary.cc
parent3b1a0655841bd6c7ba864dc9220c0e29ecfd4a9f (diff)
thin up the width of the line separating tracks in the editor summary line (by-product: slightly more space appears to be there between the colored blocks representing regions too
git-svn-id: svn://localhost/ardour2/branches/3.0@11724 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/editor_summary.cc')
-rw-r--r--gtk2_ardour/editor_summary.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/editor_summary.cc b/gtk2_ardour/editor_summary.cc
index 623faaed5f..166026d092 100644
--- a/gtk2_ardour/editor_summary.cc
+++ b/gtk2_ardour/editor_summary.cc
@@ -185,7 +185,7 @@ EditorSummary::render (cairo_t* cr)
}
cairo_set_source_rgb (cr, 0.2, 0.2, 0.2);
- cairo_set_line_width (cr, _track_height - 2);
+ cairo_set_line_width (cr, _track_height - 1);
cairo_move_to (cr, 0, y + _track_height / 2);
cairo_line_to (cr, get_width(), y + _track_height / 2);
cairo_stroke (cr);