gnome-commander r2218 - in trunk: . src/intviewer
- From: epiotr svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-commander r2218 - in trunk: . src/intviewer
- Date: Sat, 18 Oct 2008 21:27:05 +0000 (UTC)
Author: epiotr
Date: Sat Oct 18 21:27:04 2008
New Revision: 2218
URL: http://svn.gnome.org/viewvc/gnome-commander?rev=2218&view=rev
Log:
Internal viewer: new zoom factors (10%, 20%, 33%, 50%, 67%, 100%, 125%, 150%, 200%, 300%, 400%, 500%, 600%, 700%, 800%)
Modified:
trunk/ChangeLog
trunk/src/intviewer/viewer-window.cc
Modified: trunk/src/intviewer/viewer-window.cc
==============================================================================
--- trunk/src/intviewer/viewer-window.cc (original)
+++ trunk/src/intviewer/viewer-window.cc Sat Oct 18 21:27:04 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]