ags bar margin change
This commit is contained in:
parent
13a78ed9a3
commit
9cc75a2bbf
1 changed files with 1 additions and 1 deletions
|
@ -201,7 +201,7 @@ function Bar(monitor = 0) {
|
|||
class_name: "bar",
|
||||
monitor,
|
||||
anchor: ["top", "left", "right"],
|
||||
margins: [10, 10, 0, 10],
|
||||
margins: [5, 10, 0, 10],
|
||||
exclusivity: "exclusive",
|
||||
child: Widget.CenterBox({
|
||||
start_widget: Left(),
|
||||
|
|
Loading…
Reference in a new issue