GuiDocument.cpp: change naming of formula numbering option

This commit is contained in:
Uwe Stöhr 2017-04-26 00:32:13 +02:00
parent 91507284cb
commit 0ff8ec57e2
2 changed files with 10 additions and 4 deletions

View File

@ -1281,8 +1281,8 @@ GuiDocument::GuiDocument(GuiView & lv)
mathsModule->MathIndentLE)); mathsModule->MathIndentLE));
// initialize the length validator // initialize the length validator
bc().addCheckedLineEdit(mathsModule->MathIndentLE); bc().addCheckedLineEdit(mathsModule->MathIndentLE);
mathsModule->MathNumberingPosCO->addItem(qt_("Before")); mathsModule->MathNumberingPosCO->addItem(qt_("Left"));
mathsModule->MathNumberingPosCO->addItem(qt_("After")); mathsModule->MathNumberingPosCO->addItem(qt_("Right"));
mathsModule->MathNumberingPosCO->setCurrentIndex(2); mathsModule->MathNumberingPosCO->setCurrentIndex(2);

View File

@ -125,6 +125,12 @@
</item> </item>
<item row="4" column="0"> <item row="4" column="0">
<widget class="QLabel" name="MathNumberingPosL"> <widget class="QLabel" name="MathNumberingPosL">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>115</width> <width>115</width>
@ -132,7 +138,7 @@
</size> </size>
</property> </property>
<property name="text"> <property name="text">
<string>Number formulas:</string> <string>Formula numbering side:</string>
</property> </property>
</widget> </widget>
</item> </item>
@ -148,7 +154,7 @@
</sizepolicy> </sizepolicy>
</property> </property>
<property name="toolTip"> <property name="toolTip">
<string>Size of the indentation</string> <string>Side where formulas are numbered</string>
</property> </property>
</widget> </widget>
</item> </item>