Fix no_offscreen test
Commit fec8d6aa8f
fixes awful.placement.no_offscreen to behave
like other placement functions. This means that the margins=40 argument
that this test used and that was previously was just ignored, now
started working. Thus, there are now 40 pixels less on each side of the
client in this test.
Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
parent
3f958d60da
commit
0275d3537d
|
@ -1,2 +1,2 @@
|
||||||
Before: x=-30, y=-30, width=100, height=100
|
Before: x=-30, y=-30, width=100, height=100
|
||||||
After: x=10, y=10, width=100, height=100
|
After: x=50, y=50, width=20, height=20
|
||||||
|
|
Loading…
Reference in New Issue