From c9dde702f070228b625b0674199d07bef1d1887d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Uwe=20St=C3=B6hr?= Date: Sat, 8 Apr 2017 02:12:35 +0200 Subject: [PATCH] MathsUi.ui. move formula indentation to text layout as requested by Jmarc --- src/frontends/qt4/ui/MathsUi.ui | 136 +++++---------------------- src/frontends/qt4/ui/TextLayoutUi.ui | 120 ++++++++++++++++++----- 2 files changed, 122 insertions(+), 134 deletions(-) diff --git a/src/frontends/qt4/ui/MathsUi.ui b/src/frontends/qt4/ui/MathsUi.ui index 8643c1fad1..691d2055ff 100644 --- a/src/frontends/qt4/ui/MathsUi.ui +++ b/src/frontends/qt4/ui/MathsUi.ui @@ -14,6 +14,29 @@ + + + + + 0 + 0 + + + + 4 + + + false + + + false + + + + + + + @@ -42,122 +65,11 @@ - - - - Indent Formulas - - - true - - - false - - - - - - false - - - 30 - - - - - - - Qt::Horizontal - - - - 40 - 20 - - - - - - - - false - - - - - - - - - - - - - - 0 - 0 - - - - 4 - - - false - - - false - - - - - - - - - - lyx::frontend::LengthCombo - QComboBox -
LengthCombo.h
-
-
qt_i18n.h - - - FormulaIndentGB - toggled(bool) - FormulaIndentCO - setEnabled(bool) - - - 215 - 254 - - - 194 - 260 - - - - - FormulaIndentGB - toggled(bool) - FormulaIndentLE - setEnabled(bool) - - - 215 - 254 - - - 97 - 260 - - - - + diff --git a/src/frontends/qt4/ui/TextLayoutUi.ui b/src/frontends/qt4/ui/TextLayoutUi.ui index 35eb1af72b..a5e523eb61 100644 --- a/src/frontends/qt4/ui/TextLayoutUi.ui +++ b/src/frontends/qt4/ui/TextLayoutUi.ui @@ -14,7 +14,7 @@ - + Paragraph Separation @@ -179,7 +179,7 @@ - + @@ -249,23 +249,7 @@ - - - - Qt::Vertical - - - QSizePolicy::Expanding - - - - 403 - 21 - - - - - + Format text into two columns @@ -275,9 +259,9 @@ - + - + Justify text in the LyX editor (this does not affect whether the text is justified in the output) @@ -285,6 +269,65 @@ + + + + Justify text in the LyX editor (this does not affect whether the text is justified in the output) + + + Indent &Formulas + + + + + + + false + + + 30 + + + + + + + false + + + + + + + + + + Qt::Horizontal + + + + 79 + 20 + + + + + + + + Qt::Vertical + + + QSizePolicy::Expanding + + + + 403 + 21 + + + + @@ -310,5 +353,38 @@ qt_i18n.h - + + + FormulaIndentCB + toggled(bool) + FormulaIndentCO + setEnabled(bool) + + + 59 + 274 + + + 289 + 273 + + + + + FormulaIndentCB + toggled(bool) + FormulaIndentLE + setEnabled(bool) + + + 59 + 274 + + + 182 + 273 + + + + -- 2.39.5