From: dooglus Date: Sat, 8 Mar 2008 23:42:31 +0000 (+0000) Subject: Show a 'zoom to fit' icon in the zoomdial as well as a 'zoom 100%' icon. X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=125a2cdd9105661fa1e3d0050c6b863b90221b8a;p=synfig.git Show a 'zoom to fit' icon in the zoomdial as well as a 'zoom 100%' icon. git-svn-id: http://svn.voria.com/code@1896 1f10aa63-cdf2-0310-b900-c93c546f37ac --- diff --git a/synfig-studio/trunk/src/gtkmm/zoomdial.h b/synfig-studio/trunk/src/gtkmm/zoomdial.h index f073a84..7842689 100644 --- a/synfig-studio/trunk/src/gtkmm/zoomdial.h +++ b/synfig-studio/trunk/src/gtkmm/zoomdial.h @@ -73,7 +73,8 @@ public: attach(*zoom_out, 0, 1, 0, 1, Gtk::SHRINK, Gtk::SHRINK, 0, 0); attach(*zoom_norm, 1, 2, 0, 1, Gtk::SHRINK, Gtk::SHRINK, 0, 0); - attach(*zoom_in, 2, 3, 0, 1, Gtk::SHRINK, Gtk::SHRINK, 0, 0); + attach(*zoom_fit, 2, 3, 0, 1, Gtk::SHRINK, Gtk::SHRINK, 0, 0); + attach(*zoom_in, 3, 4, 0, 1, Gtk::SHRINK, Gtk::SHRINK, 0, 0); } Glib::SignalProxy0 signal_zoom_in()