mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-11 03:03:06 +00:00
GuiDocument.cpp: correct a name
No math numbering placement option means default. The default could be already the left side for special document classes.
This commit is contained in:
parent
8f9a08a4cb
commit
1b016f5f67
@ -1282,7 +1282,7 @@ GuiDocument::GuiDocument(GuiView & lv)
|
|||||||
// initialize the length validator
|
// initialize the length validator
|
||||||
bc().addCheckedLineEdit(mathsModule->MathIndentLE);
|
bc().addCheckedLineEdit(mathsModule->MathIndentLE);
|
||||||
mathsModule->MathNumberingPosCO->addItem(qt_("Left"));
|
mathsModule->MathNumberingPosCO->addItem(qt_("Left"));
|
||||||
mathsModule->MathNumberingPosCO->addItem(qt_("Right"));
|
mathsModule->MathNumberingPosCO->addItem(qt_("Default"));
|
||||||
mathsModule->MathNumberingPosCO->setCurrentIndex(2);
|
mathsModule->MathNumberingPosCO->setCurrentIndex(2);
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user