making small hover changes

This commit is contained in:
Chris Cochrun 2022-03-08 10:32:24 -06:00
parent 4c84fdc614
commit 61273e5390
2 changed files with 12 additions and 0 deletions

View file

@ -27,9 +27,11 @@ Item {
Controls.ToolButton {
text: "Grid"
hoverEnabled: true
}
Controls.ToolButton {
text: "Solo"
hoverEnabled: true
}
Controls.ToolSeparator {}
Item { Layout.fillWidth: true }
@ -37,12 +39,14 @@ Item {
Controls.ToolButton {
text: "Effects"
icon.name: "image-auto-adjust"
hoverEnabled: true
onClicked: {}
}
Controls.ToolButton {
id: backgroundButton
text: "Background"
icon.name: "fileopen"
hoverEnabled: true
onClicked: backgroundType.open()
}
}