summaryrefslogtreecommitdiff
path: root/gtk2_ardour/port_matrix_column_labels.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2009-11-12 01:58:20 +0000
committerCarl Hetherington <carl@carlh.net>2009-11-12 01:58:20 +0000
commitc3d8d38f7f96667b415e2808e202fbb9227207c9 (patch)
tree25a8d44a0c571c76e81e9ab8b5a7cc899af5eaa6 /gtk2_ardour/port_matrix_column_labels.cc
parentb49830d1a04a3e50fa8a666e2e7c25e81c1cf2f6 (diff)
Compact the port matrix slightly, and fix a couple of minor layout bugs.
git-svn-id: svn://localhost/ardour2/branches/3.0@6068 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/port_matrix_column_labels.cc')
-rw-r--r--gtk2_ardour/port_matrix_column_labels.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/port_matrix_column_labels.cc b/gtk2_ardour/port_matrix_column_labels.cc
index 70476af7af..dfa14f1d89 100644
--- a/gtk2_ardour/port_matrix_column_labels.cc
+++ b/gtk2_ardour/port_matrix_column_labels.cc
@@ -374,7 +374,7 @@ PortMatrixColumnLabels::render_bundle_name (
cairo_move_to (
cr,
- xoff + basic_text_x_pos (0),
+ xoff + basic_text_x_pos (0) + name_pad() * cos (angle ()),
yoff + slanted_height() - name_pad() * sin (angle())
);
}