diff options
| author | Shaun Reich <[email protected]> | 2009-07-09 04:41:53 +0000 |
|---|---|---|
| committer | Shaun Reich <[email protected]> | 2009-07-09 04:41:53 +0000 |
| commit | 70915125f7250ea8eb654ab253db7ed96b14a6bf (patch) | |
| tree | fabc14294a2bfa27c3ddf062a2cc82627165edba /src/dolphinmainwindow.h | |
| parent | 31d359323c758651bdc51f06017175da32d8bf42 (diff) | |
Fixed the annoying bug (for me) that dealt with having a very long folder name. In this case, the name of the tab could be many more times bigger than the tabBar itself.
Now they are ellided, so e.g. "really really long folder name...is" or something.
Few more cases left for me to fix(shortly), but those are not quite close to this section.
svn path=/trunk/KDE/kdebase/apps/; revision=993618
Diffstat (limited to 'src/dolphinmainwindow.h')
| -rw-r--r-- | src/dolphinmainwindow.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h index c1e0ffcbd..4d724ad2d 100644 --- a/src/dolphinmainwindow.h +++ b/src/dolphinmainwindow.h @@ -455,6 +455,8 @@ private: virtual void jobError(KIO::Job* job); }; + QString squeezeText(const QString& text); + KNewMenu* m_newMenu; KActionMenu* m_recentTabsMenu; KAction* m_showMenuBar; |
