getting a bit more organized and adding some ui tweaks

This commit is contained in:
Chris Cochrun 2022-03-31 06:40:39 -05:00
parent 9b6949090e
commit 7545f05724
5 changed files with 52 additions and 5 deletions

View file

@ -32,11 +32,18 @@ Item {
anchors.fill: parent
Controls.ToolButton {
text: "Grid"
text: "Solo"
icon.name: "viewimage"
hoverEnabled: true
}
Controls.ToolButton {
text: "Solo"
text: "Grid"
icon.name: "view-app-grid-symbolic"
hoverEnabled: true
}
Controls.ToolButton {
text: "Details"
icon.name: "view-list-details"
hoverEnabled: true
}
Controls.ToolSeparator {}