mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-01 03:17:39 +01:00
replace old ArdourButton::Icon API with Gtkmm2ext.
This commit is contained in:
parent
31732462c7
commit
1d5c6104f5
7 changed files with 25 additions and 432 deletions
|
|
@ -149,7 +149,7 @@ AutomationTimeAxisView::AutomationTimeAxisView (
|
|||
_base_rect->lower_to_bottom();
|
||||
}
|
||||
|
||||
hide_button.set_icon (ArdourButton::CloseCross);
|
||||
hide_button.set_icon (ArdourIcon::CloseCross);
|
||||
hide_button.set_tweaks(ArdourButton::TrackHeader);
|
||||
|
||||
auto_button.set_name ("route button");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue