From 16927d9a769967788b0bbf64521955cf534a3984 Mon Sep 17 00:00:00 2001 From: Adam Treat Date: Mon, 12 Feb 2024 12:23:56 -0500 Subject: [PATCH] Fix visual artifact with close button in new version dialog. Signed-off-by: Adam Treat --- gpt4all-chat/qml/MyDialog.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/gpt4all-chat/qml/MyDialog.qml b/gpt4all-chat/qml/MyDialog.qml index 4174bad1..37d07bda 100644 --- a/gpt4all-chat/qml/MyDialog.qml +++ b/gpt4all-chat/qml/MyDialog.qml @@ -19,6 +19,7 @@ Dialog { Rectangle { id: closeBackground + visible: myCloseButton.visible z: 299 anchors.centerIn: myCloseButton width: myCloseButton.width + 10