use thorsten's hide icon

git-svn-id: svn://localhost/ardour2/trunk@1110 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis
2006-11-11 20:11:15 +00:00
parent cc28a5a337
commit bb2f696f21
3 changed files with 2 additions and 2 deletions

BIN
gtk2_ardour/icons/hide.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 523 B

View File

@@ -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);

View File

@@ -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);