]> git.lyx.org Git - lyx.git/blobdiff - src/MetricsInfo.h
Amend 207eaeee9071cb
[lyx.git] / src / MetricsInfo.h
index 176eabfea839edde13fc52d430a0491de5145a3d..6f1d404822f2fca5d268a9fa7c388d3422e17d3f 100644 (file)
@@ -109,6 +109,8 @@ public:
        bool vmode;
        /// if true, do not expand insets to max width artificially
        bool tight_insets;
+       /// Extra width required by an inset, in addition to its dimension
+       int extrawidth;
 };