mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 21:55:43 +01:00
Trigger page, slot property layout hacks
The layout should eventually really be simplified. Use a HBox, remove nested tables, get rid of tables with only one Frame inside. etc.
This commit is contained in:
parent
5b5d8e72f1
commit
b6b9d9231b
2 changed files with 3 additions and 3 deletions
|
|
@ -128,7 +128,7 @@ AudioTriggerPropertiesBox::AudioTriggerPropertiesBox ()
|
|||
_table.set_spacings (4);
|
||||
_table.set_border_width (2);
|
||||
|
||||
attach (*eTempoBox, 0,1, 0,1, Gtk::FILL, Gtk::SHRINK);
|
||||
attach (*eTempoBox, 0,1, 0,1, Gtk::FILL, Gtk::EXPAND | Gtk::FILL);
|
||||
#if 0
|
||||
attach (_table, 0,1, 1,2, Gtk::FILL, Gtk::SHRINK);
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue