a
This commit is contained in:
parent
7f6bfc4779
commit
44c43ccef4
1 changed files with 1 additions and 1 deletions
|
@ -235,7 +235,7 @@ function Bar(monitor = 0) {
|
||||||
class_name: "bar",
|
class_name: "bar",
|
||||||
monitor,
|
monitor,
|
||||||
anchor: ["bottom", "left", "right"],
|
anchor: ["bottom", "left", "right"],
|
||||||
margins: [5, 10, 0, 10],
|
margins: [0, 10, 0, 10],
|
||||||
exclusivity: "exclusive",
|
exclusivity: "exclusive",
|
||||||
child: Widget.CenterBox({
|
child: Widget.CenterBox({
|
||||||
start_widget: Left(),
|
start_widget: Left(),
|
||||||
|
|
Loading…
Reference in a new issue