From 40c3733b6ff5795a65ff204f09fed6133dd75450 Mon Sep 17 00:00:00 2001 From: Adam Treat Date: Tue, 25 Apr 2023 21:41:47 -0400 Subject: [PATCH] Eliminate binding loop. --- qml/ThumbsDownDialog.qml | 2 -- 1 file changed, 2 deletions(-) diff --git a/qml/ThumbsDownDialog.qml b/qml/ThumbsDownDialog.qml index 1ee21daa..e36ca8e4 100644 --- a/qml/ThumbsDownDialog.qml +++ b/qml/ThumbsDownDialog.qml @@ -53,8 +53,6 @@ Dialog { id: thumbsDownNewResponse color: theme.textColor padding: 20 - width: parent.width - height: 300 wrapMode: Text.Wrap font.pixelSize: theme.fontSizeLarge placeholderText: qsTr("Please provide a better response...")