]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetNomencl.h
Properly fix handling of title layouts within insets (#11787)
[lyx.git] / src / insets / InsetNomencl.h
index 35887e88cd51b402846803ec3b7e96f996edbd8a..d023237865c73485ece5f1c361969a34821c4579 100644 (file)
@@ -100,7 +100,7 @@ public:
        ///
        bool hasSettings() const { return true; }
        ///
-       DisplayType display() const { return AlignCenter; }
+       RowFlags rowFlags() const { return Display; }
        ///
        void latex(otexstream &, OutputParams const &) const;
        ///