diff --git a/share/qtcreator/qmldesigner/materialBrowserQmlSource/MaterialBrowser.qml b/share/qtcreator/qmldesigner/materialBrowserQmlSource/MaterialBrowser.qml index d44870a087b..8b6239debfb 100644 --- a/share/qtcreator/qmldesigner/materialBrowserQmlSource/MaterialBrowser.qml +++ b/share/qtcreator/qmldesigner/materialBrowserQmlSource/MaterialBrowser.qml @@ -221,7 +221,9 @@ Item { MouseArea { id: focusGrabber - anchors.fill: parent + y: searchBox.height + width: parent.width + height: parent.height - searchBox.height acceptedButtons: Qt.LeftButton | Qt.RightButton onPressed: (mouse) => { forceActiveFocus() // Steal focus from name edit