summaryrefslogtreecommitdiff
path: root/gtk2_ardour/option_editor.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2016-12-30 18:29:15 +0100
committerRobin Gareus <robin@gareus.org>2016-12-30 18:29:15 +0100
commite122506c91af60fa89081f716d431fcc9a1fe664 (patch)
treebb8b0013a0181d1caa6ff4f98695540937b2d0aa /gtk2_ardour/option_editor.cc
parent3afe3f32df076a6b47c1e40990abcd4d7ae4b593 (diff)
re-fine preferences dialog part ten of 27 (probably)
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);