Neaten up option editor layouts a bit.

git-svn-id: svn://localhost/ardour2/branches/3.0@6095 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2009-11-16 02:18:51 +00:00
parent b0ab00d663
commit ce525ae440
4 changed files with 58 additions and 98 deletions

View file

@ -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);
}