mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +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
|
|
@ -142,10 +142,10 @@ TriggerPage::TriggerPage ()
|
|||
table->set_border_width (8);
|
||||
|
||||
int col = 0;
|
||||
table->attach (_slot_prop_box, col, col + 1, 0, 1, Gtk::FILL, Gtk::SHRINK);
|
||||
table->attach (_slot_prop_box, col, col + 1, 0, 1, Gtk::FILL, Gtk::SHRINK | Gtk::FILL);
|
||||
|
||||
col = 1;
|
||||
table->attach (_audio_trig_box, col, col + 1, 0, 1, Gtk::FILL, Gtk::SHRINK);
|
||||
table->attach (_audio_trig_box, col, col + 1, 0, 1, Gtk::FILL, Gtk::SHRINK | Gtk::FILL);
|
||||
++col;
|
||||
|
||||
#ifdef MIDI_PROPERTIES_BOX_IMPLEMENTED
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue