summaryrefslogtreecommitdiff
path: root/gtk2_ardour/option_editor.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2009-11-16 02:18:51 +0000
committerCarl Hetherington <carl@carlh.net>2009-11-16 02:18:51 +0000
commitce525ae440d7707304cd2233be929cbbc64b4943 (patch)
treeee89f2c1383161332362500291f55b8697af2742 /gtk2_ardour/option_editor.cc
parentb0ab00d663584b939360b5e9bddc89331fffd66d (diff)
Neaten up option editor layouts a bit.
git-svn-id: svn://localhost/ardour2/branches/3.0@6095 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/option_editor.cc')
-rw-r--r--gtk2_ardour/option_editor.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/option_editor.cc b/gtk2_ardour/option_editor.cc
index bc3691dff4..c2937acec2 100644
--- a/gtk2_ardour/option_editor.cc
+++ b/gtk2_ardour/option_editor.cc
@@ -42,7 +42,7 @@ OptionEditorComponent::add_widgets_to_page (OptionEditorPage* p, Gtk::Widget* wa
{
int const n = p->table.property_n_rows();
p->table.resize (n + 1, 3);
- p->table.attach (*wa, 1, 2, n, n + 1, FILL | EXPAND);
+ p->table.attach (*wa, 1, 2, n, n + 1, FILL);
p->table.attach (*wb, 2, 3, n, n + 1, FILL | EXPAND);
}