minor tweaks to audio/MIDI setup window
This commit is contained in:
parent
cf3d8d15f0
commit
a38c0efbe7
@ -4125,6 +4125,7 @@ int
|
|||||||
ARDOUR_UI::do_audio_midi_setup (uint32_t desired_sample_rate)
|
ARDOUR_UI::do_audio_midi_setup (uint32_t desired_sample_rate)
|
||||||
{
|
{
|
||||||
audio_midi_setup->set_desired_sample_rate (desired_sample_rate);
|
audio_midi_setup->set_desired_sample_rate (desired_sample_rate);
|
||||||
|
audio_midi_setup->set_position (WIN_POS_CENTER);
|
||||||
|
|
||||||
switch (audio_midi_setup->run()) {
|
switch (audio_midi_setup->run()) {
|
||||||
case Gtk::RESPONSE_OK:
|
case Gtk::RESPONSE_OK:
|
||||||
|
@ -416,7 +416,7 @@ EngineControl::build_full_control_notebook ()
|
|||||||
basic_packer.attach (*label, 2, 3, row, row+1, xopt, (AttachOptions) 0);
|
basic_packer.attach (*label, 2, 3, row, row+1, xopt, (AttachOptions) 0);
|
||||||
++row;
|
++row;
|
||||||
|
|
||||||
label = manage (left_aligned_label (_("MIDI I/O using")));
|
label = manage (left_aligned_label (_("MIDI System")));
|
||||||
basic_packer.attach (*label, 0, 1, row, row + 1, xopt, (AttachOptions) 0);
|
basic_packer.attach (*label, 0, 1, row, row + 1, xopt, (AttachOptions) 0);
|
||||||
basic_packer.attach (midi_option_combo, 1, 2, row, row + 1, xopt, (AttachOptions) 0);
|
basic_packer.attach (midi_option_combo, 1, 2, row, row + 1, xopt, (AttachOptions) 0);
|
||||||
row++;
|
row++;
|
||||||
|
Loading…
Reference in New Issue
Block a user