summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2012-07-14 10:01:26 +0200
committerAndrea Diamantini <adjam7@gmail.com>2012-07-14 10:01:26 +0200
commit4fa8fb5b5899b05c53e2ae52ee2a23dfa57eb63a (patch)
tree1dc95cc6d777a35568d513617f48a12a88a32c88
parentSVN_SILENT made messages (.desktop file) (diff)
downloadrekonq-4fa8fb5b5899b05c53e2ae52ee2a23dfa57eb63a.tar.xz
Get sure favorites titles fit
-rw-r--r--src/newtabpage.h2
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();