]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiHSpace.cpp
QDialogButtonBox for the remaining dialogs.
[lyx.git] / src / frontends / qt4 / GuiHSpace.cpp
index ad829ecd814df0e7cae334838aedc110c03622c4..4307ae0e0f35ec1f659719dc5f85ab542705ee63 100644 (file)
@@ -295,7 +295,7 @@ docstring GuiHSpace::dialogToParams() const
                        params.kind = keepCB->isChecked() ?
                                InsetSpaceParams::CUSTOM_PROTECTED : InsetSpaceParams::CUSTOM;
                        params.length = GlueLength(widgetsToLength(valueLE, unitCO));
-       } else if (item == "visible") 
+       } else if (item == "visible")
                params.kind = InsetSpaceParams::VISIBLE;
 
        return from_ascii(InsetSpace::params2string(params));