mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Changed Settings->Local Layout to FixedWidth & Nowrap
This change is made in response to Ticket 10992. The change made is consistent with those captured in Ticket 9966.
This commit is contained in:
parent
f648f25991
commit
869e2fe9b9
@ -556,6 +556,8 @@ void PreambleModule::closeEvent(QCloseEvent * e)
|
||||
LocalLayout::LocalLayout(QWidget * parent)
|
||||
: UiWidget<Ui::LocalLayoutUi>(parent), current_id_(0), validated_(false)
|
||||
{
|
||||
locallayoutTE->setFont(guiApp->typewriterSystemFont());
|
||||
locallayoutTE->setWordWrapMode(QTextOption::NoWrap);
|
||||
connect(locallayoutTE, SIGNAL(textChanged()), this, SLOT(textChanged()));
|
||||
connect(validatePB, SIGNAL(clicked()), this, SLOT(validatePressed()));
|
||||
connect(convertPB, SIGNAL(clicked()), this, SLOT(convertPressed()));
|
||||
|
Loading…
Reference in New Issue
Block a user