]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetBox.h
Circumvent odd stmary font metrics (part of #9990).
[lyx.git] / src / insets / InsetBox.h
index e8ea613efd06e505ed75e1a85c0f48141577c2c1..151d622fcb7b73b87fd86f1561941b15e5b72e71 100644 (file)
@@ -59,6 +59,10 @@ public:
        Length separation;
        ///
        Length shadowsize;
+       ///
+       std::string framecolor;
+       ///
+       std::string backgroundcolor;
 };
 
 
@@ -111,6 +115,8 @@ public:
        ///
        ColorCode backgroundColor(PainterInfo const &) const;
        ///
+       LyXAlignment contentAlignment() const;
+       ///
        bool allowParagraphCustomization(idx_type = 0) const { return !forcePlainLayout(); }
        ///
        bool allowMultiPar() const;