mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
fix: reduce systray button margin
This commit is contained in:
parent
fb4da4296e
commit
6698f9648c
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue