| Summary: | Resize to long window upon double clicking track with very long artist description | ||
|---|---|---|---|
| Product: | [Applications] amarok | Reporter: | Maarten Wisse <Maarten.Wisse> |
| Component: | Playlist | Assignee: | Amarok Bugs <amarok-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | 2.0-SVN | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | screenshot of the resize bug | ||
|
Description
Maarten Wisse
2008-07-17 14:06:49 UTC
Created attachment 26203 [details]
screenshot of the resize bug
I can confirm this. Just happened to me as well. Technical note: we need to use QFontmetrics::elidedText() here. SVN commit 840128 by hades: Fixed status bar limiting shrinking capacity of amarok main window. Patch by Daniel Molkentin <danimo@kde.org>. BUG: 166832 M +3 -0 ChangeLog M +1 -0 src/statusbar/StatusBar.cpp M +4 -1 src/statusbar/StatusBarBase.cpp M +2 -1 src/statusbar/StatusBarBase.h WebSVN link: http://websvn.kde.org/?view=rev&revision=840128 |