]> git.lyx.org Git - features.git/blobdiff - src/frontends/qt4/GuiDocument.cpp
GuiDocument.cpp: fix whitespace
[features.git] / src / frontends / qt4 / GuiDocument.cpp
index 2d6590e7e3af00abcdf8e85cff06fd237681524b..845503271c0079f1e50aea53c200d288f9fc5d5d 100644 (file)
@@ -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"));