]> www.fi.muni.cz Git - evince.git/blobdiff - cut-n-paste/zoom-control/ephy-zoom.h
Fixes zoom level factors. See bug #408119 for details.
[evince.git] / cut-n-paste / zoom-control / ephy-zoom.h
index e8fb52ad2f8ff0e3640cd7f6e2e984b5929e03e9..992bca5b548c8662fafdcb4249989d677cac2a8a 100644 (file)
@@ -48,8 +48,9 @@ zoom_levels[] =
        { N_("Best Fit"),       EPHY_ZOOM_BEST_FIT  },
        { N_("Fit Page Width"), EPHY_ZOOM_FIT_WIDTH },
        { NULL,                 EPHY_ZOOM_SEPARATOR },
-       { N_("50%"), 0.7071067811 },
-       { N_("75%"), 0.8408964152 },
+       { N_("50%"), 0.5 },
+       { N_("70%"), 0.7071067811 },
+       { N_("85%"), 0.8408964152 },
        { N_("100%"), 1.0 },
        { N_("125%"), 1.1892071149 },
        { N_("150%"), 1.4142135623 },