Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-view.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/ev-view.c')
-rw-r--r--shell/ev-view.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/shell/ev-view.c b/shell/ev-view.c
index 4550292..589311a 100644
--- a/shell/ev-view.c
+++ b/shell/ev-view.c
@@ -69,7 +69,11 @@ typedef enum {
#define MIN_SCALE 0.05409
#define MAX_SCALE 18.4884
-#define ZOOM_EPSILON 1e-10
+
+/* FIXME: temporarily setting the epsilon very high until we figure out how to
+ * constrain the size of the window to a pixel width, instead of to the zoom
+ * level */
+#define ZOOM_EPSILON 1e-2
struct _EvView {