diff options
| author | Andrea Diamantini <adjam7@gmail.com> | 2012-07-14 10:01:26 +0200 | 
|---|---|---|
| committer | Andrea Diamantini <adjam7@gmail.com> | 2012-07-14 10:01:26 +0200 | 
| commit | 4fa8fb5b5899b05c53e2ae52ee2a23dfa57eb63a (patch) | |
| tree | 1dc95cc6d777a35568d513617f48a12a88a32c88 | |
| parent | SVN_SILENT made messages (.desktop file) (diff) | |
| download | rekonq-4fa8fb5b5899b05c53e2ae52ee2a23dfa57eb63a.tar.xz | |
Get sure favorites titles fit
| -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();  | 
