mirror of
https://forge.katzen.cafe/schrottkatze/nix-configs.git
synced 2025-01-10 08:59:24 +01:00
update height of bars
This commit is contained in:
parent
1e19aa996b
commit
db11ba184c
2 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@
|
||||||
:exclusive true
|
:exclusive true
|
||||||
:geometry (geometry
|
:geometry (geometry
|
||||||
:width "100%"
|
:width "100%"
|
||||||
:height "32px"
|
:height "33px"
|
||||||
:anchor "bottom center")
|
:anchor "bottom center")
|
||||||
(bottomBar))
|
(bottomBar))
|
||||||
|
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
:exclusive true
|
:exclusive true
|
||||||
:geometry (geometry
|
:geometry (geometry
|
||||||
:width "100%"
|
:width "100%"
|
||||||
:height "32px"
|
:height "33px"
|
||||||
:anchor "top center")
|
:anchor "top center")
|
||||||
(topBar))
|
(topBar))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue