Summary: | icon preview window keeps growing slowly | ||
---|---|---|---|
Product: | [Plasma] Oxygen | Reporter: | SlashDevDsp <slashdevdsp> |
Component: | style | Assignee: | Hugo Pereira Da Costa <hugo.pereira.da.costa> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | cfeck, hugo.pereira.da.costa |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
SlashDevDsp
2010-12-27 15:48:40 UTC
Which widget style are you using? If you are using Oxygen could you try Plastique? Yes! this happens only with Oxygen. I have tried plastique and qtcurve and they don't have the same issue. I can reproduce. Must be some inconsistency between various pixel metrics in oxygen. Will investigate (not easy though. Might take some time) For the record, bug is not present in 4.5 oxygen version. Must be a side effect/regression from my oxygen rewrite (damn it!) SVN commit 1209883 by hpereiradacosta: Fixed sizeFromContents for tabwidgets (to account for translations in subElementRects, I think). CCBUG: 261386 M +1 -1 oxygenstyle.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1209883 SVN commit 1209884 by hpereiradacosta: Backport r1209882 and r1209883. CCBUG: 261386 M +1 -1 oxygenstyle.cpp M +1 -1 oxygenstyle.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1209884 That fixes it, in both trunk and KDE4.6 branch. Closing. Thanks for reporting. Well I have not applied the patch, but could you also check if the preview window does not grow for a text file? Because I did try the properties->previewtab of a file test.txt with 4 lines in it and the preview tab kept growing. thanks for the patch, please confirm though :) I confirm. I tested both (and actually used the preview tab inside dolphin to debug, cause this was easier than restarting plasma at each code change). |