mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 18:08:10 +00:00
GuiDocument.cpp: fix whitespace
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29221 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
4d30bc7579
commit
5f981cdd48
@ -680,9 +680,9 @@ GuiDocument::GuiDocument(GuiView & lv)
|
||||
connect(pageLayoutModule->pagestyleCO, SIGNAL(activated(int)),
|
||||
this, SLOT(change_adaptor()));
|
||||
connect(pageLayoutModule->backgroundTB, SIGNAL(clicked()),
|
||||
this, SLOT(changeBackgroundColor()));
|
||||
connect(pageLayoutModule->delbackgroundTB, SIGNAL(clicked()),
|
||||
this, SLOT(deleteBackgroundColor()));
|
||||
this, SLOT(changeBackgroundColor()));
|
||||
connect(pageLayoutModule->delbackgroundTB, SIGNAL(clicked()),
|
||||
this, SLOT(deleteBackgroundColor()));
|
||||
|
||||
pageLayoutModule->pagestyleCO->addItem(qt_("Default"));
|
||||
pageLayoutModule->pagestyleCO->addItem(qt_("empty"));
|
||||
|
Loading…
Reference in New Issue
Block a user