]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetVSpace.h
BUG 3598: display framed and shaded notes in a separate paragraph, require package...
[lyx.git] / src / insets / InsetVSpace.h
index adf601224925a00dd780435e004fd627daf16af0..daaa02f713d29d95776e9f7ac56425ec173e7bbf 100644 (file)
@@ -46,7 +46,7 @@ public:
        ///
        void write(Buffer const & buf, std::ostream & os) const;
        ///
-       bool display() const { return true; }
+       DisplayType display() const { return AlignCenter; }
        /// How much?
        VSpace const & space() const { return space_; }