]> git.lyx.org Git - lyx.git/blobdiff - src/lyxlayout.h
Really fix start_of_appendix output
[lyx.git] / src / lyxlayout.h
index 25452e7a0f37957f8d0a46fa70949af0c60a97e3..25d07d90a8fa5dbb87dfba3c49056266bb7e526c 100644 (file)
@@ -110,17 +110,17 @@ public:
        /// Text that dictates the width of the indentation of indented pars
        std::string parindent;
        ///
-       float parskip;
+       double parskip;
        ///
-       float itemsep;
+       double itemsep;
        ///
-       float topsep;
+       double topsep;
        ///
-       float bottomsep;
+       double bottomsep;
        ///
-       float labelbottomsep;
+       double labelbottomsep;
        ///
-       float parsep;
+       double parsep;
        ///
        Spacing spacing;
        ///