Tweak TB layout: same height for all slot-property frames
This commit is contained in:
parent
9b224a79d4
commit
5b5d8e72f1
@ -345,9 +345,9 @@ SlotPropertyTable::SlotPropertyTable ()
|
|||||||
eLaunchBox->set_edge_color (0x000000ff); // black
|
eLaunchBox->set_edge_color (0x000000ff); // black
|
||||||
eLaunchBox->add (_launch_table);
|
eLaunchBox->add (_launch_table);
|
||||||
|
|
||||||
attach(*trigBox, 0,1, 0,1, Gtk::FILL, Gtk::SHRINK );
|
attach(*trigBox, 0,1, 0,1, Gtk::FILL, Gtk::SHRINK | Gtk::FILL);
|
||||||
attach(*eLaunchBox, 1,2, 0,1, Gtk::FILL, Gtk::SHRINK );
|
attach(*eLaunchBox, 1,2, 0,1, Gtk::FILL, Gtk::SHRINK | Gtk::FILL);
|
||||||
attach(*eFollowBox, 2,3, 0,1, Gtk::FILL, Gtk::SHRINK );
|
attach(*eFollowBox, 2,3, 0,1, Gtk::FILL, Gtk::SHRINK | Gtk::FILL);
|
||||||
}
|
}
|
||||||
|
|
||||||
SlotPropertyTable::~SlotPropertyTable ()
|
SlotPropertyTable::~SlotPropertyTable ()
|
||||||
|
@ -148,7 +148,7 @@ TriggerPage::TriggerPage ()
|
|||||||
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);
|
||||||
++col;
|
++col;
|
||||||
|
|
||||||
#if MIDI_PROPERTIES_BOX_IMPLEMENTED
|
#ifdef MIDI_PROPERTIES_BOX_IMPLEMENTED
|
||||||
col = 2;
|
col = 2;
|
||||||
table->attach (_midi_trig_box, col, col + 1, 0, 1, Gtk::FILL, Gtk::SHRINK);
|
table->attach (_midi_trig_box, col, col + 1, 0, 1, Gtk::FILL, Gtk::SHRINK);
|
||||||
++col;
|
++col;
|
||||||
|
Loading…
Reference in New Issue
Block a user