diff options
Diffstat (limited to 'src/newtabpage.h')
-rw-r--r-- | src/newtabpage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/newtabpage.h b/src/newtabpage.h index 5b4e811b..1c8d423d 100644 --- a/src/newtabpage.h +++ b/src/newtabpage.h @@ -108,7 +108,7 @@ private: return m_root.document().findFirst("#models > " + selector).clone(); } - QString checkTitle(const QString &title, int max = 23); + QString checkTitle(const QString &title, int max = 20); void updateWindowIcon(); |