]> git.lyx.org Git - features.git/blobdiff - src/frontends/qt4/GuiView.h
Factor out magic zoom minimum to a const member
[features.git] / src / frontends / qt4 / GuiView.h
index c7c2699ace97caceccb11a5b1d8940a84b820ef2..c55d60bc089e4f0fe6510366b826a94dcaac8516 100644 (file)
@@ -461,6 +461,9 @@ private:
        /// Statusbar widget that shows version control status
        QLabel * version_control_;
 
+       /// Minimum zoom percentage
+       unsigned int const zoom_min = 10;
+
 };
 
 } // namespace frontend