Fix visual artifact with close button in new version dialog.

Signed-off-by: Adam Treat <treat.adam@gmail.com>
pull/1729/head
Adam Treat 4 months ago
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…
Cancel
Save