revert to using our own icons for zoom in/out/full, but rescale them to be a little bigger
git-svn-id: svn://localhost/ardour2/branches/3.0@9039 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
5e431d1d58
commit
1ea01b7257
@ -2784,15 +2784,15 @@ Editor::setup_toolbar ()
|
|||||||
_zoom_box.set_border_width (0);
|
_zoom_box.set_border_width (0);
|
||||||
|
|
||||||
zoom_in_button.set_name ("EditorTimeButton");
|
zoom_in_button.set_name ("EditorTimeButton");
|
||||||
zoom_in_button.set_image (*(manage (new Image (Stock::ZOOM_IN, Gtk::ICON_SIZE_MENU))));
|
zoom_in_button.set_image (*(manage (new Image (::get_icon ("zoom_in")))));
|
||||||
zoom_in_button.signal_clicked().connect (sigc::bind (sigc::mem_fun(*this, &Editor::temporal_zoom_step), false));
|
zoom_in_button.signal_clicked().connect (sigc::bind (sigc::mem_fun(*this, &Editor::temporal_zoom_step), false));
|
||||||
|
|
||||||
zoom_out_button.set_name ("EditorTimeButton");
|
zoom_out_button.set_name ("EditorTimeButton");
|
||||||
zoom_out_button.set_image (*(manage (new Image (Stock::ZOOM_OUT, Gtk::ICON_SIZE_MENU))));
|
zoom_out_button.set_image (*(manage (new Image (::get_icon ("zoom_out")))));
|
||||||
zoom_out_button.signal_clicked().connect (sigc::bind (sigc::mem_fun(*this, &Editor::temporal_zoom_step), true));
|
zoom_out_button.signal_clicked().connect (sigc::bind (sigc::mem_fun(*this, &Editor::temporal_zoom_step), true));
|
||||||
|
|
||||||
zoom_out_full_button.set_name ("EditorTimeButton");
|
zoom_out_full_button.set_name ("EditorTimeButton");
|
||||||
zoom_out_full_button.set_image (*(manage (new Image (Stock::ZOOM_100, Gtk::ICON_SIZE_MENU))));
|
zoom_out_full_button.set_image (*(manage (new Image (::get_icon ("zoom_full")))));
|
||||||
zoom_out_full_button.signal_clicked().connect (sigc::mem_fun(*this, &Editor::temporal_zoom_session));
|
zoom_out_full_button.signal_clicked().connect (sigc::mem_fun(*this, &Editor::temporal_zoom_session));
|
||||||
|
|
||||||
zoom_focus_selector.set_name ("ZoomFocusSelector");
|
zoom_focus_selector.set_name ("ZoomFocusSelector");
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 365 B After Width: | Height: | Size: 674 B |
Binary file not shown.
Before Width: | Height: | Size: 354 B After Width: | Height: | Size: 1.2 KiB |
Binary file not shown.
Before Width: | Height: | Size: 346 B After Width: | Height: | Size: 660 B |
Loading…
Reference in New Issue
Block a user