mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-24 22:27:36 +01:00
use vectorized TAV expand/shrink icons
This commit is contained in:
parent
d80d34f8dc
commit
f8de080f13
1 changed files with 2 additions and 2 deletions
|
|
@ -3024,12 +3024,12 @@ Editor::setup_toolbar ()
|
|||
}
|
||||
|
||||
tav_expand_button.set_name ("zoom button");
|
||||
tav_expand_button.set_image(::get_icon ("tav_exp"));
|
||||
tav_expand_button.set_icon (ArdourIcon::TimeAxisExpand);
|
||||
act = ActionManager::get_action (X_("Editor"), X_("expand-tracks"));
|
||||
tav_expand_button.set_related_action (act);
|
||||
|
||||
tav_shrink_button.set_name ("zoom button");
|
||||
tav_shrink_button.set_image(::get_icon ("tav_shrink"));
|
||||
tav_shrink_button.set_icon (ArdourIcon::TimeAxisShrink);
|
||||
act = ActionManager::get_action (X_("Editor"), X_("shrink-tracks"));
|
||||
tav_shrink_button.set_related_action (act);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue