filipf accepted this revision. filipf added a comment. This revision is now accepted and ready to land.
This is indeed not working as in PC2 so the change seems to be OK. I used the following code to test in qmlscene import QtQuick 2.12 import org.kde.plasma.components 3.0 as PlasmaComponents Rectangle { width: 50 height: childrenRect.height color: "black" PlasmaComponents.ToolButton { text: "1" width: parent.width } } REPOSITORY R242 Plasma Framework (Library) REVISION DETAIL https://phabricator.kde.org/D21415 To: dkardarakos, #plasma, #vdg, filipf Cc: filipf, ngraham, kde-frameworks-devel, michaelh, bruns