mirror of
https://github.com/swaywm/sway.git
synced 2026-04-20 06:47:03 -04:00
oops missed a line
This commit is contained in:
parent
df3e926d7f
commit
c74dba8c45
1 changed files with 1 additions and 1 deletions
|
|
@ -375,7 +375,7 @@ void view_autoconfigure(struct sway_view *view) {
|
||||||
x = con->pending.x;
|
x = con->pending.x;
|
||||||
y = con->pending.y;
|
y = con->pending.y;
|
||||||
width = con->pending.width;
|
width = con->pending.width;
|
||||||
height = con->pending.height - y_offset;
|
height = con->pending.height;
|
||||||
break;
|
break;
|
||||||
case B_PIXEL:
|
case B_PIXEL:
|
||||||
x = con->pending.x + con->pending.border_thickness * con->pending.border_left;
|
x = con->pending.x + con->pending.border_thickness * con->pending.border_left;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue