Skip to content

Commit 7d8f8f1

Browse files
committed
Provide margin values for color selector close button
1 parent 0da42b0 commit 7d8f8f1

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

components/dialogs/ColorWheelDialog.qml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,13 @@ ModalDialog {
8787
}
8888

8989
CloseButton {
90-
anchors.right: parent.right
90+
anchors {
91+
top: parent.top
92+
topMargin: 16
93+
right: parent.right
94+
rightMargin: 32
95+
}
96+
9197
onClicked: root.close()
9298
}
9399
}

0 commit comments

Comments
 (0)