Summary: | Folder View in panel prevents proper panel resizing and results in icon clipping | ||
---|---|---|---|
Product: | [Unmaintained] plasma4 | Reporter: | Joseph Freeman <jfree143dev> |
Component: | widget-folderview | Assignee: | Ignat Semenov <i.semenov.kde> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | adaptee, cris2007, mail, plasma-bugs |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 4.8.2 | |
Sentry Crash Report: | |||
Attachments: | With Folder View in panel - icons are clipped |
Description
Joseph Freeman
2012-03-08 13:51:09 UTC
I will also note that this issue affects my desktop at work and my laptop at home. The desktop is running an ATI Radeon using built-in kernel drivers (v3.2.8) and the laptop is running an Nvidia with proprietary drivers (v295.20). *** Bug 295562 has been marked as a duplicate of this bug. *** Git commit 4327bca4915d30e194120aaa0b0cf48264a74428 by Ignat Semenov. Committed on 12/03/2012 at 20:50. Pushed by isemenov into branch 'master'. scale correctly when placed in a panel 1)Use setPreferredSize instead of setMinimumSize 2)Set the size policy to QSizePolicy::Minimum Also, remove update() from constraintesEvent() as per the docs. FIXED-IN:4.8.2 M +3 -4 plasma/applets/folderview/folderview.cpp http://commits.kde.org/kde-baseapps/4327bca4915d30e194120aaa0b0cf48264a74428 Git commit 43eb58c013fcb0bffbdf0d482c4284883366a597 by Ignat Semenov. Committed on 12/03/2012 at 20:50. Pushed by isemenov into branch 'KDE/4.8'. scale correctly when placed in a panel 1)Use setPreferredSize instead of setMinimumSize 2)Set the size policy to QSizePolicy::Minimum Also, remove update() from constraintesEvent() as per the docs. FIXED-IN:4.8.2 M +3 -4 plasma/applets/folderview/folderview.cpp http://commits.kde.org/kde-baseapps/43eb58c013fcb0bffbdf0d482c4284883366a597 *** Bug 296279 has been marked as a duplicate of this bug. *** |