[Xfce4-commits] <ristretto:master> Set maximum scale to 400% instead of 200%
Stephan Arts
noreply at xfce.org
Mon Aug 8 15:04:18 CEST 2011
Updating branch refs/heads/master
to eee4f7cd4dba7b813f23bb03772893d0722dcac6 (commit)
from 5619251ec2172f48f119fcdd2ece3dffc2e203b6 (commit)
commit eee4f7cd4dba7b813f23bb03772893d0722dcac6
Author: Stephan Arts <stephan at xfce.org>
Date: Fri Jul 29 19:55:18 2011 +0200
Set maximum scale to 400% instead of 200%
src/image_viewer.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/image_viewer.c b/src/image_viewer.c
index 3251939..b3dee92 100644
--- a/src/image_viewer.c
+++ b/src/image_viewer.c
@@ -37,7 +37,7 @@
#endif
#ifndef RSTTO_MAX_SCALE
-#define RSTTO_MAX_SCALE 2.0
+#define RSTTO_MAX_SCALE 4.0
#endif
typedef enum
More information about the Xfce4-commits
mailing list