X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=cut-n-paste%2Fzoom-control%2Fephy-zoom.h;h=992bca5b548c8662fafdcb4249989d677cac2a8a;hb=d3688d90ef2ac74632997a421a042e44534af9d9;hp=5632b4ff8f0545758c586496e957b0467415cd30;hpb=424778e5fc594ec7c6c8ce445bd7bf03c2a49baf;p=evince.git diff --git a/cut-n-paste/zoom-control/ephy-zoom.h b/cut-n-paste/zoom-control/ephy-zoom.h index 5632b4ff..992bca5b 100644 --- a/cut-n-paste/zoom-control/ephy-zoom.h +++ b/cut-n-paste/zoom-control/ephy-zoom.h @@ -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 }, @@ -61,7 +62,7 @@ zoom_levels[] = static const guint n_zoom_levels = G_N_ELEMENTS (zoom_levels); #define ZOOM_MINIMAL (EPHY_ZOOM_SEPARATOR) -#define ZOOM_MAXIMAL (zoom_levels[n_zoom_levels - 4].level) +#define ZOOM_MAXIMAL (zoom_levels[n_zoom_levels - 1].level) #define ZOOM_IN (-1.0) #define ZOOM_OUT (-2.0)