mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 04:39:33 +01:00
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:
parent
b0ab00d663
commit
ce525ae440
4 changed files with 58 additions and 98 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue