Minor visual improvements with icons usage

This commit is contained in:
Vyn 2025-06-25 10:45:37 +02:00
parent ef56efd314
commit e10b466b60
Signed by: vyn
GPG key ID: E1B2BE34E7A971E7
5 changed files with 9 additions and 10 deletions

View file

@ -56,12 +56,7 @@ export component SideBar inherits Rectangle {
text-alignment: left;
active: item.selected;
clicked => { AppActions.source-clicked(item.id) }
VActionButton {
visible: parent.active;
icon-svg: Svg.cog;
background: transparent;
clicked => { editSourcePopup.edit(item.id) }
}
right-clicked => { editSourcePopup.edit(item.id) }
}
}
VerticalLayout {