From 00c4cf300a171ef54c639a9cb8d30e712c0c8e5c Mon Sep 17 00:00:00 2001 From: "vladimir.kuznetsov" Date: Fri, 27 Jan 2023 19:56:39 +0300 Subject: [PATCH] fixed the width of the buttons in popupWithQuestion --- client/ui/qml/Controls/PopupWithQuestion.qml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/ui/qml/Controls/PopupWithQuestion.qml b/client/ui/qml/Controls/PopupWithQuestion.qml index a5ea4611..4eafd359 100644 --- a/client/ui/qml/Controls/PopupWithQuestion.qml +++ b/client/ui/qml/Controls/PopupWithQuestion.qml @@ -30,6 +30,7 @@ Popup { RowLayout { BlueButtonType { id: yesButton + Layout.preferredWidth: parent.width / 2 Layout.fillWidth: true text: yesText onClicked: { @@ -42,6 +43,7 @@ Popup { } BlueButtonType { id: noButton + Layout.preferredWidth: parent.width / 2 Layout.fillWidth: true text: noText onClicked: {