]> git.lyx.org Git - lyx.git/blobdiff - src/VSpace.h
#11756 Respect system preferences for tabbing on Mac
[lyx.git] / src / VSpace.h
index 0d154d63e4bc2a0d0d0bbc2e512c4b20b04d539f..7cd1a2b131e51bca386728a2918f2a33983faf57 100644 (file)
@@ -12,7 +12,7 @@
 #ifndef VSPACE_H
 #define VSPACE_H
 
-#include "Length.h"
+#include "support/Length.h"
 
 
 namespace lyx {
@@ -31,6 +31,8 @@ public:
                SMALLSKIP,
                MEDSKIP,
                BIGSKIP,
+               HALFLINE,
+               FULLLINE,
                VFILL,
                LENGTH ///< user-defined length
        };