mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-09-09 04:20:42 +00:00
Add a button to the collections dialog. Fix close button.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user