summaryrefslogtreecommitdiff
path: root/gtk2_ardour/option_editor.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/option_editor.cc')
-rw-r--r--gtk2_ardour/option_editor.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk2_ardour/option_editor.cc b/gtk2_ardour/option_editor.cc
index f786496050..926344f675 100644
--- a/gtk2_ardour/option_editor.cc
+++ b/gtk2_ardour/option_editor.cc
@@ -865,7 +865,7 @@ OptionEditorContainer::OptionEditorContainer (PBD::Configuration* c, string cons
{
set_border_width (4);
hpacker.pack_start (treeview(), false, false);
- hpacker.pack_start (notebook(), false, false);
+ hpacker.pack_start (notebook(), false, false, 4);
pack_start (hpacker, true, true);
show_all ();
@@ -877,7 +877,7 @@ OptionEditorWindow::OptionEditorWindow (PBD::Configuration* c, string const& str
{
container.set_border_width (4);
hpacker.pack_start (treeview(), false, false);
- hpacker.pack_start (notebook(), true, true);
+ hpacker.pack_start (notebook(), true, true, 4);
container.pack_start (hpacker, true, true);