Summary: | Select boxes in oxygen-transparent settings get squeezed when showing advanced options | ||
---|---|---|---|
Product: | [Plasma] Oxygen | Reporter: | Heinz Wiesinger <pprkut> |
Component: | style | Assignee: | Hugo Pereira Da Costa <hugo.pereira.da.costa> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | hugo.pereira.da.costa |
Priority: | NOR | ||
Version: | 4.10 | ||
Target Milestone: | --- | ||
Platform: | Slackware | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | screenshot |
Description
Heinz Wiesinger
2013-02-09 15:13:13 UTC
Created attachment 77052 [details]
screenshot
Add screenshot of the issue
... yes. Can reproduce. This is actually Qt's issue not handling the resize properly on widget contents changed. I'll add a workaround. Git commit 34095bee1d63c956fdd71ac09161d425bdf0d5b2 by Hugo Pereira Da Costa. Committed on 20/02/2013 at 16:55. Pushed by hpereiradacosta into branch 'KDE/4.10'. Fixed handling of minimum widget size when toggling expert button M +29 -4 style/config/oxygenstyleconfig.cpp M +6 -0 style/config/oxygenstyleconfig.h http://commits.kde.org/oxygen-transparent/34095bee1d63c956fdd71ac09161d425bdf0d5b2 Git commit 73749c7fc8d7de51233fb91a6a02faa5c4606cb5 by Hugo Pereira Da Costa. Committed on 20/02/2013 at 16:55. Pushed by hpereiradacosta into branch 'master'. Fixed handling of minimum widget size when toggling expert button M +29 -4 style/config/oxygenstyleconfig.cpp M +6 -0 style/config/oxygenstyleconfig.h http://commits.kde.org/oxygen-transparent/73749c7fc8d7de51233fb91a6a02faa5c4606cb5 Ok. That fixes it, I think, although still not optimal. I guess there is something I don't quite understand in Qt concerning size policy and widget size management ... |