Show a 'zoom to fit' icon in the zoomdial as well as a 'zoom 100%' icon.
[synfig.git] / synfig-studio / trunk / src / gtkmm / zoomdial.h
index f073a84..7842689 100644 (file)
@@ -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<void> signal_zoom_in()