use thorsten's hide icon
git-svn-id: svn://localhost/ardour2/trunk@1110 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
BIN
gtk2_ardour/icons/hide.png
Normal file
BIN
gtk2_ardour/icons/hide.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 523 B |
@@ -111,7 +111,7 @@ MixerStrip::MixerStrip (Mixer_UI& mx, Session& sess, boost::shared_ptr<Route> rt
|
||||
comment_area = 0;
|
||||
|
||||
width_button.add (*(manage (new Gtk::Image (get_xpm("lr.xpm")))));
|
||||
hide_button.add (*(manage (new Gtk::Image (get_xpm("small_x.xpm")))));
|
||||
hide_button.add (*(manage (new Gtk::Image (::get_icon("hide")))));
|
||||
|
||||
input_label.set_text (_("Input"));
|
||||
input_button.add (input_label);
|
||||
|
||||
@@ -114,7 +114,7 @@ RouteTimeAxisView::RouteTimeAxisView (PublicEditor& ed, Session& sess, boost::sh
|
||||
visual_button.set_name ("TrackVisualButton");
|
||||
hide_button.set_name ("TrackRemoveButton");
|
||||
|
||||
hide_button.add (*(manage (new Image (get_xpm("small_x.xpm")))));
|
||||
hide_button.add (*(manage (new Image (::get_icon("hide")))));
|
||||
hide_button.show_all ();
|
||||
|
||||
edit_group_button.signal_button_release_event().connect (mem_fun(*this, &RouteTimeAxisView::edit_click), false);
|
||||
|
||||
Reference in New Issue
Block a user