Skip to content

Commit

Permalink
Fix visual artifact with close button in new version dialog.
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Treat <treat.adam@gmail.com>
  • Loading branch information
manyoso committed Feb 12, 2024
1 parent 2b40c0b commit 16927d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gpt4all-chat/qml/MyDialog.qml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Dialog {

Rectangle {
id: closeBackground
visible: myCloseButton.visible
z: 299
anchors.centerIn: myCloseButton
width: myCloseButton.width + 10
Expand Down

0 comments on commit 16927d9

Please sign in to comment.