QmlDesigner: Fill MouseArea to parent by default

Change-Id: I621fb57bf1c016c92b72a3d2271dd2f4af1e01eb
Reviewed-by: Marco Bubke <marco.bubke@qt.io>
(cherry picked from commit 09605ab4d7)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Mahmoud Badri
2025-04-30 14:44:37 +03:00
committed by Tim Jenssen
parent 22c97686a0
commit d56a313141

View File

@@ -99,8 +99,7 @@ MetaInfo {
libraryIcon: ":/qtquickplugin/images/mouse-area-icon.png" libraryIcon: ":/qtquickplugin/images/mouse-area-icon.png"
version: "2.0" version: "2.0"
Property { name: "width"; type: "int"; value: 100; } Property { name: "anchors.fill"; type: "enum"; value: parent; }
Property { name: "height"; type: "int"; value: 100; }
toolTip: qsTr("An area with mouse functionality.") toolTip: qsTr("An area with mouse functionality.")
} }
} }