mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-03 08:28:25 +00:00
GuiDocument.cpp: change naming of formula numbering option
This commit is contained in:
parent
91507284cb
commit
0ff8ec57e2
@ -1281,8 +1281,8 @@ GuiDocument::GuiDocument(GuiView & lv)
|
||||
mathsModule->MathIndentLE));
|
||||
// initialize the length validator
|
||||
bc().addCheckedLineEdit(mathsModule->MathIndentLE);
|
||||
mathsModule->MathNumberingPosCO->addItem(qt_("Before"));
|
||||
mathsModule->MathNumberingPosCO->addItem(qt_("After"));
|
||||
mathsModule->MathNumberingPosCO->addItem(qt_("Left"));
|
||||
mathsModule->MathNumberingPosCO->addItem(qt_("Right"));
|
||||
mathsModule->MathNumberingPosCO->setCurrentIndex(2);
|
||||
|
||||
|
||||
|
@ -125,6 +125,12 @@
|
||||
</item>
|
||||
<item row="4" column="0">
|
||||
<widget class="QLabel" name="MathNumberingPosL">
|
||||
<property name="sizePolicy">
|
||||
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
||||
<horstretch>0</horstretch>
|
||||
<verstretch>0</verstretch>
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>115</width>
|
||||
@ -132,7 +138,7 @@
|
||||
</size>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Number formulas:</string>
|
||||
<string>Formula numbering side:</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
@ -148,7 +154,7 @@
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Size of the indentation</string>
|
||||
<string>Side where formulas are numbered</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
Loading…
Reference in New Issue
Block a user