mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-07-05 03:27:09 +00:00
Fix visual artifact with close button in new version dialog.
Signed-off-by: Adam Treat <treat.adam@gmail.com>
This commit is contained in:
parent
2b40c0beec
commit
16927d9a76
@ -19,6 +19,7 @@ Dialog {
|
||||
|
||||
Rectangle {
|
||||
id: closeBackground
|
||||
visible: myCloseButton.visible
|
||||
z: 299
|
||||
anchors.centerIn: myCloseButton
|
||||
width: myCloseButton.width + 10
|
||||
|
Loading…
Reference in New Issue
Block a user