]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiDocument.h
Improve wording (#10670)
[lyx.git] / src / frontends / qt4 / GuiDocument.h
index 38f099a1abc4dc32f8458bf6c4332e056747fe10..b5e09d3ec4cea0fecdcc16cdce6438a4992977e7 100644 (file)
@@ -109,6 +109,8 @@ private Q_SLOTS:
        void enableIndent(bool);
        void setSkip(int);
        void enableSkip(bool);
+       void allowMathIndent();
+       void enableMathIndent(int);
        void browseLayout();
        void browseMaster();
        void classChanged();
@@ -357,7 +359,8 @@ class FontModule : public UiWidget<Ui::FontUi>
 {
        Q_OBJECT
 public:
-       FontModule(QWidget * parent) : UiWidget<Ui::FontUi>(parent) {}
+       FontModule(QWidget * parent) : UiWidget<Ui::FontUi>(parent),
+          font_sf_scale(100), font_tt_scale(100) {}
        /// The roman font currently not selected by osFontsCB->isChecked()
        QString font_roman;
        /// The sans font currently not selected by osFontsCB->isChecked()