midi port config table: FILL|EXPAND is the default pack option, so no need to specify
This commit is contained in:
@@ -2076,8 +2076,8 @@ class MidiPortOptions : public OptionEditorMiniPage, public sigc::trackable
|
||||
input_scroller.show ();
|
||||
|
||||
int n = table.property_n_rows();
|
||||
table.attach (input_scroller, 0, 3, n, n + 1, FILL | EXPAND);
|
||||
table.attach (no_input_label, 1, 3, n + 1, n + 2, FILL | EXPAND);
|
||||
table.attach (input_scroller, 0, 3, n, n + 1);
|
||||
table.attach (no_input_label, 1, 3, n + 1, n + 2);
|
||||
|
||||
output_heading.add_to_page (this);
|
||||
|
||||
@@ -2087,8 +2087,8 @@ class MidiPortOptions : public OptionEditorMiniPage, public sigc::trackable
|
||||
output_scroller.show ();
|
||||
|
||||
n = table.property_n_rows();
|
||||
table.attach (output_scroller, 0, 3, n, n + 1, FILL | EXPAND);
|
||||
table.attach (no_output_label, 1, 3, n + 1, n + 2, FILL | EXPAND);
|
||||
table.attach (output_scroller, 0, 3, n, n + 1);
|
||||
table.attach (no_output_label, 1, 3, n + 1, n + 2);
|
||||
|
||||
midi_output_view.show ();
|
||||
midi_input_view.show ();
|
||||
|
||||
Reference in New Issue
Block a user