mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-04-06 07:15:53 -04:00
修复内部间隙
This commit is contained in:
parent
a64566b01e
commit
89b290ebe4
1 changed files with 2 additions and 1 deletions
3
maomao.c
3
maomao.c
|
|
@ -4894,8 +4894,9 @@ void fibonacci(Monitor *mon, int s) {
|
||||||
nw = mon->w.width - gappoh - nw;
|
nw = mon->w.width - gappoh - nw;
|
||||||
i++;
|
i++;
|
||||||
}
|
}
|
||||||
|
|
||||||
resize(c, (struct wlr_box){.x = nx, .y = ny,
|
resize(c, (struct wlr_box){.x = nx, .y = ny,
|
||||||
.width = nw - 2 * c->bw, .height = nh - 2 * c->bw}, 0);
|
.width = nw - gappih, .height = nh - gappiv}, 0);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue