feat(ags bar): add padding on each side of current-window
This commit is contained in:
parent
e7b8d92810
commit
52718d070a
1 changed files with 4 additions and 0 deletions
|
@ -65,7 +65,11 @@ export const Bar = () => Window({
|
||||||
|
|
||||||
centerWidget: Box({
|
centerWidget: Box({
|
||||||
children: [
|
children: [
|
||||||
|
Separator(12),
|
||||||
|
|
||||||
CurrentWindow(),
|
CurrentWindow(),
|
||||||
|
|
||||||
|
Separator(12),
|
||||||
],
|
],
|
||||||
}),
|
}),
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue