remove margins
This commit is contained in:
parent
7c0c2232b0
commit
469bdcfc1e
1 changed files with 2 additions and 1 deletions
|
@ -202,7 +202,8 @@ function Bar(monitor = 0) {
|
|||
class_name: "bar",
|
||||
monitor,
|
||||
anchor: ["top", "left", "right"],
|
||||
margins: [5, 10, 0, 10],
|
||||
// margins: [5, 10, 0, 10],
|
||||
margins: [0, 0, 0, 0],
|
||||
exclusivity: "exclusive",
|
||||
child: Widget.CenterBox({
|
||||
start_widget: Left(),
|
||||
|
|
Loading…
Reference in a new issue