]> git.lyx.org Git - lyx.git/blobdiff - src/insets/Inset.h
Circumvent odd stmary font metrics (part of #9990).
[lyx.git] / src / insets / Inset.h
index 2cc7091a364bcc8c70d0dd57430950ab595a9ba6..96071faf7dd7e716bef8622c7440f9a9654c865c 100644 (file)
@@ -74,7 +74,7 @@ std::string insetName(InsetCode);
 /// Eg, insetDisplayName(BRANCH_CODE) == _("Branch")
 docstring insetDisplayName(InsetCode);
 ///
-static int const TOC_ENTRY_LENGTH = 80;
+static int const TOC_ENTRY_LENGTH = 120;
 
 /// Common base class to all insets
 
@@ -328,7 +328,8 @@ public:
        /// Appends a potentially abbreviated version of the inset to
        /// \param str. Intended for use by the TOC.
        virtual void forOutliner(docstring & str,
-                           size_t maxlen = TOC_ENTRY_LENGTH) const;
+                                                        size_t const maxlen = TOC_ENTRY_LENGTH,
+                                                        bool const shorten = true) const;
 
        /// can the contents of the inset be edited on screen ?
        // true for InsetCollapsables (not ButtonOnly) (not InsetInfo), InsetText