L: Use Icons for Editor and Prefs buttons
This commit is contained in:
parent
3ec506b4a4
commit
d5dc58fc3f
@ -448,10 +448,12 @@ ARDOUR_UI::livetrax_setup_windows ()
|
||||
livetrax_view_in_folder_button->set_icon (ArdourWidgets::ArdourIcon::Folder);
|
||||
|
||||
livetrax_editor_view_button = manage (new ArdourButton (_("TRACKS"), ArdourButton::Element (ArdourButton::Text|ArdourButton::Edge|ArdourButton::Body), true));
|
||||
livetrax_editor_view_button->set_icon (ArdourWidgets::ArdourIcon::TrackWaveform);
|
||||
act = ActionManager::get_action (X_("Common"), X_("livetrax-toggle-editor"));
|
||||
livetrax_editor_view_button->set_related_action (act);
|
||||
|
||||
livetrax_prefs_view_button = manage (new ArdourButton (_("PREFS"), ArdourButton::Element (ArdourButton::Text|ArdourButton::Edge|ArdourButton::Body), true));
|
||||
livetrax_prefs_view_button->set_icon (ArdourWidgets::ArdourIcon::Config);
|
||||
act = ActionManager::get_action (X_("Common"), X_("livetrax-toggle-prefs"));
|
||||
livetrax_prefs_view_button->set_related_action (act);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user