13
0

minor tweaks to audio/MIDI setup window

This commit is contained in:
Paul Davis 2013-10-10 21:07:17 -04:00
parent cf3d8d15f0
commit a38c0efbe7
2 changed files with 2 additions and 1 deletions

View File

@ -4125,6 +4125,7 @@ int
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_position (WIN_POS_CENTER);
switch (audio_midi_setup->run()) {
case Gtk::RESPONSE_OK:

View File

@ -416,7 +416,7 @@ EngineControl::build_full_control_notebook ()
basic_packer.attach (*label, 2, 3, row, row+1, xopt, (AttachOptions) 0);
++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 (midi_option_combo, 1, 2, row, row + 1, xopt, (AttachOptions) 0);
row++;