mirror of
https://codeberg.org/vyn/mirai.git
synced 2025-07-02 09:23:18 +00:00
Minor visual improvements with icons usage
This commit is contained in:
parent
ef56efd314
commit
e10b466b60
5 changed files with 9 additions and 10 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue