]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathAMSArray.h
Fortify math insets against ulem commands
[lyx.git] / src / mathed / InsetMathAMSArray.h
index ceb3069c28190b83d8fb0bad38e461e9a75e3192..584397302dc44ebb9fbd8cc0e446c6990a432cfb 100644 (file)
@@ -54,6 +54,11 @@ public:
        char const * name_left() const;
        ///
        char const * name_right() const;
+       ///
+       int leftMargin() const { return 6; } //override
+       ///
+       int rightMargin() const { return 8; } //override
+
 private:
        virtual Inset * clone() const;
        ///