fix: reduce systray button margin

This commit is contained in:
Kat Inskip 2025-12-07 20:08:02 -08:00
parent fb4da4296e
commit 6698f9648c
Signed by: kat
GPG key ID: 465E64DECEA8CF0F

View file

@ -15,8 +15,8 @@ Item {
Rectangle { Rectangle {
anchors { anchors {
fill: parent fill: parent
leftMargin: 10 leftMargin: 5
rightMargin: 10 rightMargin: 5
} }
color: Stylix.base01 color: Stylix.base01