Add a button to the collections dialog. Fix close button.

This commit is contained in:
Adam Treat
2023-11-22 09:10:44 -05:00
parent e4ff972522
commit a328f9ed3f
4 changed files with 28 additions and 1 deletions

View File

@@ -17,6 +17,15 @@ Dialog {
radius: 10
}
Rectangle {
id: closeBackground
z: 299
anchors.centerIn: myCloseButton
width: myCloseButton.width + 10
height: myCloseButton.height + 10
color: theme.backgroundDarkest
}
MyToolButton {
id: myCloseButton
x: 0 + myDialog.width - myDialog.padding - width - 15