From 022ce7d362f146ed69f54aae20cf2b8c582e9f8d Mon Sep 17 00:00:00 2001 From: Tim Hardeck Date: Fri, 13 Jan 2012 18:22:46 +0100 Subject: fdo#44173: use a geometric progression for zooming Zooming does now base on a geometric progression instead of an arithmetic one. Since the zoom factor is not only used in Draw but for all other applications 1.2 seems like a good choice. --- svx/inc/svx/zoom_def.hxx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'svx/inc') diff --git a/svx/inc/svx/zoom_def.hxx b/svx/inc/svx/zoom_def.hxx index 0a244763ed98..e1944931e01d 100644 --- a/svx/inc/svx/zoom_def.hxx +++ b/svx/inc/svx/zoom_def.hxx @@ -8,4 +8,7 @@ #endif +// zoom factor for Calc, Writer, Draw and Impress +#define ZOOM_FACTOR 1.2 + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit