]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathTabular.h
Assure correct spacing of colored items in mathed
[lyx.git] / src / mathed / InsetMathTabular.h
index a4aa50f1b9137874e4d7f8c7c40dfe686a28e017..481d28ef0e723ed48d42ba4009c1614bcfaef5e5 100644 (file)
@@ -29,8 +29,6 @@ public:
        ///
        void metrics(MetricsInfo & mi, Dimension & dim) const;
        ///
-       Dimension const dimension(BufferView const &) const;
-       ///
        void draw(PainterInfo & pi, int x, int y) const;
        ///
        InsetMathTabular * asTabularInset() { return this; }
@@ -47,6 +45,12 @@ public:
        void maple(MapleStream &) const;
        ///
        InsetCode lyxCode() const { return MATH_TABULAR_CODE; }
+       ///
+       int leftMargin() const { return 4; } //override
+       ///
+       int rightMargin() const { return 2; } //override
+       ///
+       bool handlesMulticolumn() const { return true; } //override
 
 private:
        Inset * clone() const;