From 1a95c954e41b134c69fd85e5128ec7a197f58a89 Mon Sep 17 00:00:00 2001 From: Nickolay V. Shmyrev Date: Wed, 09 May 2007 23:05:25 +0000 Subject: Fixes zoom level factors. See bug #408119 for details. 2007-05-10 Nickolay V. Shmyrev * cut-n-paste/zoom-control/ephy-zoom.h: Fixes zoom level factors. See bug #408119 for details. svn path=/trunk/; revision=2447 --- (limited to 'cut-n-paste/zoom-control') diff --git a/cut-n-paste/zoom-control/ephy-zoom.h b/cut-n-paste/zoom-control/ephy-zoom.h index e8fb52a..992bca5 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 }, -- cgit v0.9.1