mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Increase TOC_ENTRY_LENGTH (#9579)
This commit is contained in:
parent
40c51b77f2
commit
b056358362
@ -74,7 +74,7 @@ std::string insetName(InsetCode);
|
||||
/// Eg, insetDisplayName(BRANCH_CODE) == _("Branch")
|
||||
docstring insetDisplayName(InsetCode);
|
||||
///
|
||||
static int const TOC_ENTRY_LENGTH = 40;
|
||||
static int const TOC_ENTRY_LENGTH = 128;
|
||||
|
||||
/// Common base class to all insets
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user