summaryrefslogtreecommitdiff
path: root/gtk2_ardour
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2016-05-28 10:07:53 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2016-05-31 15:30:45 -0400
commit76620819e076c4a60b1fed7689b6fd5241eff1a9 (patch)
tree3febdeef76f6666f8c296436b8cbe9fbec540ebd /gtk2_ardour
parent7c6cfd9fa00293aed1d4092481c1dbed8aabc33d (diff)
use new pane API
Diffstat (limited to 'gtk2_ardour')
-rw-r--r--gtk2_ardour/editor.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/editor.cc b/gtk2_ardour/editor.cc
index d2d6e2fc6d..029a4649ec 100644
--- a/gtk2_ardour/editor.cc
+++ b/gtk2_ardour/editor.cc
@@ -721,7 +721,7 @@ Editor::Editor ()
}
edit_pane.set_drag_cursor (*_cursors->expand_left_right);
- edit_pane.set_child_minsize (1, 30); /* rough guess at width of notebook tabs */
+ edit_pane.set_child_minsize (_the_notebook, 30); /* rough guess at width of notebook tabs */
editor_summary_pane.set_drag_cursor (*_cursors->expand_up_down);
if (!settings || (prop = settings->property ("edit-horizontal-pane-pos")) == 0) {