diff options
| author | Santhosh Kumar <santhosh.kumar.selvaraj@qt.io> | 2024-01-19 18:06:58 +0100 |
|---|---|---|
| committer | Santhosh Kumar <santhosh.kumar.selvaraj@qt.io> | 2024-02-21 14:27:54 +0100 |
| commit | 8d3ed392bb51dc70c04aa521f1380616a78be7a9 (patch) | |
| tree | cbc8915d96f43b3e94e562ba1128b0508dc59d59 /examples/core/permissions/Main.qml | |
| parent | 7b4221002e12716868ff21d462bc427795db4e37 (diff) | |
Update manual tests and examples for change in default size policy
The size policy of item updated as part of task QTBUG-117597. This
patch update existing examples and manual tests that depends on quick
layout to embrace size policy change.
Task-number: QTBUG-117597
Pick-to: 6.7
Change-Id: I68469a3bba3c4d3e5ed4b6eae0fd765b5206efc0
Reviewed-by: Jan Arve Sæther <jan-arve.saether@qt.io>
Diffstat (limited to 'examples/core/permissions/Main.qml')
| -rw-r--r-- | examples/core/permissions/Main.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/core/permissions/Main.qml b/examples/core/permissions/Main.qml index 691af037be..5d2aeaa16f 100644 --- a/examples/core/permissions/Main.qml +++ b/examples/core/permissions/Main.qml @@ -86,6 +86,7 @@ Window { text: qsTr("Request location permissions") enabled: locationPermission.status !== Qt.Denied Layout.alignment: Qt.AlignHCenter + Layout.fillWidth: false onClicked: locationPermission.request() } |
