The Desktop Effects KCM shows a horizontal scrollbar at the bottom of the page, right above the Apply, etc. buttons. Reproducible: Always Steps to Reproduce: 1. Open systemsettings 2. Click Desktop Effects Actual Results: shows horizontal scrollbars unnecessarily Expected Results: no scrollbar when not needed
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