summaryrefslogtreecommitdiff
path: root/gtk2_ardour/automation_time_axis.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2014-09-03 22:07:46 +0200
committerRobin Gareus <robin@gareus.org>2014-09-03 22:07:46 +0200
commita25f6af94a537cdcb12c0ea580eb289500a2248d (patch)
tree2d206e91a42e18282b1e160e96df76d467e1a7a9 /gtk2_ardour/automation_time_axis.cc
parenta99bd28950d92c555927773d82e20c6dfe015b34 (diff)
use close/cross button
Diffstat (limited to 'gtk2_ardour/automation_time_axis.cc')
-rw-r--r--gtk2_ardour/automation_time_axis.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/automation_time_axis.cc b/gtk2_ardour/automation_time_axis.cc
index bc9cb6cfc0..e22e69a9b2 100644
--- a/gtk2_ardour/automation_time_axis.cc
+++ b/gtk2_ardour/automation_time_axis.cc
@@ -128,7 +128,7 @@ AutomationTimeAxisView::AutomationTimeAxisView (
_base_rect->lower_to_bottom();
}
- hide_button.set_image ( ::get_icon(X_("hide")));
+ hide_button.set_elements ((ArdourButton::Element)(ArdourButton::Edge|ArdourButton::Body|ArdourButton::CloseCross));
auto_button.set_name ("mixer strip button");
hide_button.set_name ("mixer strip button");