diff options
author | Peter Varga <pvarga@inf.u-szeged.hu> | 2022-03-23 17:18:49 +0100 |
---|---|---|
committer | Peter Varga <pvarga@inf.u-szeged.hu> | 2022-03-29 06:55:13 +0100 |
commit | 70799256c65fe13b82d5198ebf6d79983a4b1144 (patch) | |
tree | 8e20f7e093dc069fe8cfd43dbd84ea9db765f365 /examples/webenginequick/customdialogs/forms/AuthenticationForm.ui.qml | |
parent | 453694e2b73f7d5249ce193d068b8e83cdfa7eda (diff) | |
download | qtwebengine-70799256c65fe13b82d5198ebf6d79983a4b1144.tar.gz |
CustomDialogs: Make dialog titles and messages visible
Pick-to: 6.2 6.3
Change-Id: Ibb41eb1a536b49cfb40ba037a56d55b11fd6e618
Reviewed-by: Michal Klocek <michal.klocek@qt.io>
Diffstat (limited to 'examples/webenginequick/customdialogs/forms/AuthenticationForm.ui.qml')
-rw-r--r-- | examples/webenginequick/customdialogs/forms/AuthenticationForm.ui.qml | 1 |
1 files changed, 1 insertions, 0 deletions
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 { |