mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 08:36:32 +01:00
shorten tab labels on audio/midi setup notebook
This commit is contained in:
parent
5a3cf3363b
commit
fee626c386
1 changed files with 2 additions and 2 deletions
|
|
@ -162,8 +162,8 @@ EngineControl::EngineControl ()
|
||||||
basic_packer.set_border_width (12);
|
basic_packer.set_border_width (12);
|
||||||
midi_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 (basic_hbox, _("Audio")));
|
||||||
notebook.pages().push_back (TabElem (midi_hbox, _("MIDI Settings")));
|
notebook.pages().push_back (TabElem (midi_hbox, _("MIDI")));
|
||||||
notebook.set_border_width (12);
|
notebook.set_border_width (12);
|
||||||
|
|
||||||
notebook.set_tab_pos (POS_RIGHT);
|
notebook.set_tab_pos (POS_RIGHT);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue