fix(eww): Use centerbox to prevent truncating
This commit is contained in:
parent
2be407b7c9
commit
114ca1fd2b
1 changed files with 1 additions and 1 deletions
|
@ -229,7 +229,7 @@
|
||||||
|
|
||||||
; Bar
|
; Bar
|
||||||
(defwidget bar []
|
(defwidget bar []
|
||||||
(box
|
(centerbox
|
||||||
(bar-left)
|
(bar-left)
|
||||||
(bar-middle)
|
(bar-middle)
|
||||||
(bar-right)
|
(bar-right)
|
||||||
|
|
Loading…
Reference in a new issue