From 1a95c954e41b134c69fd85e5128ec7a197f58a89 Mon Sep 17 00:00:00 2001 From: "Nickolay V. Shmyrev" Date: Wed, 9 May 2007 23:05:25 +0000 Subject: [PATCH] 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 --- ChangeLog | 6 ++++++ cut-n-paste/zoom-control/ephy-zoom.h | 5 +++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index ace5fe92..2288a65c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-05-10 Nickolay V. Shmyrev + + * cut-n-paste/zoom-control/ephy-zoom.h: + + Fixes zoom level factors. See bug #408119 for details. + 2007-05-10 Nickolay V. Shmyrev * backend/comics/comics-document.c: (comics_regex_quote), diff --git a/cut-n-paste/zoom-control/ephy-zoom.h b/cut-n-paste/zoom-control/ephy-zoom.h index e8fb52ad..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 }, -- 2.43.0