From 70799256c65fe13b82d5198ebf6d79983a4b1144 Mon Sep 17 00:00:00 2001 From: Peter Varga Date: Wed, 23 Mar 2022 17:18:49 +0100 Subject: CustomDialogs: Make dialog titles and messages visible Pick-to: 6.2 6.3 Change-Id: Ibb41eb1a536b49cfb40ba037a56d55b11fd6e618 Reviewed-by: Michal Klocek --- examples/webenginequick/customdialogs/forms/AuthenticationForm.ui.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'examples/webenginequick/customdialogs/forms/AuthenticationForm.ui.qml') diff --git a/examples/webenginequick/customdialogs/forms/AuthenticationForm.ui.qml b/examples/webenginequick/customdialogs/forms/AuthenticationForm.ui.qml index ab334aae0..4a1577a05 100644 --- a/examples/webenginequick/customdialogs/forms/AuthenticationForm.ui.qml +++ b/examples/webenginequick/customdialogs/forms/AuthenticationForm.ui.qml @@ -78,6 +78,7 @@ Item { Rectangle { id: rectangle + width: parent.width height: 30 Layout.alignment: Qt.AlignHCenter | Qt.AlignVCenter gradient: Gradient { -- cgit v1.2.1