forked from qt-creator/qt-creator
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:
committed by
Tim Jenssen
parent
22c97686a0
commit
d56a313141
@@ -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.")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user