Summary: | Desktop Effects KCM has horizontal scrollbars | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | Sebastian Kügler <sebas> |
Component: | compositing | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | bhush94, kde |
Priority: | NOR | Flags: | mgraesslin:
ReviewRequest+
|
Version: | git master | ||
Target Milestone: | 5 | ||
Platform: | unspecified | ||
OS: | Linux | ||
URL: | https://git.reviewboard.kde.org/r/117079/ | ||
Latest Commit: | http://commits.kde.org/kwin-compositing-kcm/f9cb5366c3b2cf2ba3854b4b247ce95115d4d885 | Version Fixed In: | |
Sentry Crash Report: |
Description
Sebastian Kügler
2014-03-24 15:59:54 UTC
Git commit f9cb5366c3b2cf2ba3854b4b247ce95115d4d885 by Martin Gräßlin. Committed on 26/03/2014 at 11:06. Pushed by graesslin into branch 'master'. Fix the initial size of the KCMs Both KCMs had a hard coded default which is obviously bad. Instead we now calculate a useable implicitWidth and implicitHeight and use this as the minimum size for the KCM. Which means we need also track changes to these two root object properties and update the QWidget container accordingly. Related: bug 332519 REVIEW: 117079 M +2 -2 main.cpp M +9 -0 model.cpp M +3 -0 model.h M +4 -0 qml/CompositingView.qml M +2 -0 qml/EffectView.qml M +4 -0 qml/OpenGLErrorView.qml M +3 -2 qml/main-compositing.qml M +3 -2 qml/main.qml http://commits.kde.org/kwin-compositing-kcm/f9cb5366c3b2cf2ba3854b4b247ce95115d4d885 |