Fix statusbar's margin.
This commit is contained in:
parent
17b089d64a
commit
188e577c7b
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@ screens = [
|
||||||
widget.Systray(),
|
widget.Systray(),
|
||||||
],
|
],
|
||||||
24,
|
24,
|
||||||
margin=[5, 5, 5, 5]
|
margin=[5, 5, 0, 5]
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue