mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-07-05 19:46:30 +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 {
|
Rectangle {
|
||||||
id: closeBackground
|
id: closeBackground
|
||||||
|
visible: myCloseButton.visible
|
||||||
z: 299
|
z: 299
|
||||||
anchors.centerIn: myCloseButton
|
anchors.centerIn: myCloseButton
|
||||||
width: myCloseButton.width + 10
|
width: myCloseButton.width + 10
|
||||||
|
Loading…
Reference in New Issue
Block a user