gnome-commander r2219 - in branches/gcmd-1-3: . src/intviewer
- From: epiotr svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-commander r2219 - in branches/gcmd-1-3: . src/intviewer
- Date: Sat, 18 Oct 2008 21:27:24 +0000 (UTC)
Author: epiotr
Date: Sat Oct 18 21:27:24 2008
New Revision: 2219
URL: http://svn.gnome.org/viewvc/gnome-commander?rev=2219&view=rev
Log:
Internal viewer: new zoom factors (10%, 20%, 33%, 50%, 67%, 100%, 125%, 150%, 200%, 300%, 400%, 500%, 600%, 700%, 800%)
Modified:
branches/gcmd-1-3/ChangeLog
branches/gcmd-1-3/src/intviewer/viewer-window.cc
Modified: branches/gcmd-1-3/src/intviewer/viewer-window.cc
==============================================================================
--- branches/gcmd-1-3/src/intviewer/viewer-window.cc (original)
+++ branches/gcmd-1-3/src/intviewer/viewer-window.cc Sat Oct 18 21:27:24 2008
@@ -56,7 +56,7 @@
static GtkWindowClass *parent_class = NULL;
-static double image_scale_factors[] = {0.25, 0.5, 0.75, 1, 1.25, 1.50, 2, 2.5, 3, 3.5, 4, 4.5, 5};
+static double image_scale_factors[] = {0.1, 0.2, 0.33, 0.5, 0.67, 1, 1.25, 1.50, 2, 3, 4, 5, 6, 7, 8};
const static int MAX_SCALE_FACTOR_INDEX = G_N_ELEMENTS(image_scale_factors);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]