a
This commit is contained in:
parent
295f2c3b56
commit
7f6bfc4779
1 changed files with 1 additions and 2 deletions
|
@ -235,8 +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: [5, 10, 0, 10],
|
||||||
margins: [0, 0, 0, 0],
|
|
||||||
exclusivity: "exclusive",
|
exclusivity: "exclusive",
|
||||||
child: Widget.CenterBox({
|
child: Widget.CenterBox({
|
||||||
start_widget: Left(),
|
start_widget: Left(),
|
||||||
|
|
Loading…
Reference in a new issue