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: {