diff options
-rw-r--r-- | svx/inc/svx/zoom_def.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/svx/inc/svx/zoom_def.hxx b/svx/inc/svx/zoom_def.hxx index e1944931e01d..9f1a8ef2bd07 100644 --- a/svx/inc/svx/zoom_def.hxx +++ b/svx/inc/svx/zoom_def.hxx @@ -8,7 +8,8 @@ #endif -// zoom factor for Calc, Writer, Draw and Impress -#define ZOOM_FACTOR 1.2 +// Zoom factor for Calc, Writer, Draw and Impress +// We use 2^(1/4) so that 4 steps lead to double / half size +#define ZOOM_FACTOR 1.1892071150027210667175 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |