diff --git a/src/qmlcontrols/kquickcontrols/KeySequenceItem.qml b/src/qmlcontrols/kquickcontrols/KeySequenceItem.qml --- a/src/qmlcontrols/kquickcontrols/KeySequenceItem.qml +++ b/src/qmlcontrols/kquickcontrols/KeySequenceItem.qml @@ -62,6 +62,8 @@ Button { id: clearButton + Layout.fillHeight: true + Layout.preferredWidth: height onClicked: _helper.clearKeySequence(); //icon name determines the direction of the arrow, NOT the direction of the app layout