13
0

shorten tab labels on audio/midi setup notebook

This commit is contained in:
Paul Davis 2013-09-05 13:21:13 -04:00
parent 5a3cf3363b
commit fee626c386

View File

@ -162,8 +162,8 @@ EngineControl::EngineControl ()
basic_packer.set_border_width (12);
midi_packer.set_border_width (12);
notebook.pages().push_back (TabElem (basic_hbox, _("Audio System Settings")));
notebook.pages().push_back (TabElem (midi_hbox, _("MIDI Settings")));
notebook.pages().push_back (TabElem (basic_hbox, _("Audio")));
notebook.pages().push_back (TabElem (midi_hbox, _("MIDI")));
notebook.set_border_width (12);
notebook.set_tab_pos (POS_RIGHT);