X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fqt4%2FGuiView.h;h=0b2b1f335639ec73fc1b11cf6c6a0a82c7a2dc21;hb=c203a842fce88f7313ceb6da99f6a4a10f50f365;hp=e78df4b7a9542bc8641967fce624cf7d8f447779;hpb=c8b0b1591202272903074de7bef2b0227c321357;p=lyx.git diff --git a/src/frontends/qt4/GuiView.h b/src/frontends/qt4/GuiView.h index e78df4b7a9..0b2b1f3356 100644 --- a/src/frontends/qt4/GuiView.h +++ b/src/frontends/qt4/GuiView.h @@ -478,6 +478,8 @@ private: double zoom_ratio_ = 1.0; /// Minimum zoom percentage static int const zoom_min_ = 10; + /// Maximum zoom percentage + static int const zoom_max_ = 1000; // movability flag of all toolbars bool toolbarsMovable_;