From 8d3ed392bb51dc70c04aa521f1380616a78be7a9 Mon Sep 17 00:00:00 2001 From: Santhosh Kumar Date: Fri, 19 Jan 2024 18:06:58 +0100 Subject: Update manual tests and examples for change in default size policy MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- examples/quickcontrols/texteditor/qml/+touch/texteditor.qml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'examples/quickcontrols/texteditor') diff --git a/examples/quickcontrols/texteditor/qml/+touch/texteditor.qml b/examples/quickcontrols/texteditor/qml/+touch/texteditor.qml index f0220f97b3..376a8341eb 100644 --- a/examples/quickcontrols/texteditor/qml/+touch/texteditor.qml +++ b/examples/quickcontrols/texteditor/qml/+touch/texteditor.qml @@ -85,6 +85,7 @@ ApplicationWindow { text: "\uE809" // icon-ok opacity: !textArea.readOnly ? 1 : 0 onClicked: textArea.readOnly = true + Layout.fillWidth: false } Label { @@ -99,6 +100,7 @@ ApplicationWindow { font.family: "fontello" text: "\uF142" // icon-ellipsis-vert onClicked: menu.open() + Layout.fillWidth: false Menu { id: menu -- cgit v1.2.3