mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
* GuiDocument: allow insertion of glue length in parskip widget.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30702 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
31f824e447
commit
91c0f22e20
@ -604,7 +604,7 @@ GuiDocument::GuiDocument(GuiView & lv)
|
||||
textLayoutModule->lspacingLE));
|
||||
textLayoutModule->indentLE->setValidator(unsignedLengthValidator(
|
||||
textLayoutModule->indentLE));
|
||||
textLayoutModule->skipLE->setValidator(unsignedLengthValidator(
|
||||
textLayoutModule->skipLE->setValidator(unsignedGlueLengthValidator(
|
||||
textLayoutModule->skipLE));
|
||||
|
||||
textLayoutModule->indentCO->addItem(qt_("Default"));
|
||||
|
Loading…
Reference in New Issue
Block a user