tests: Fix resize width/height mixup in the test client
Signed-off-by: Sergey Vlasov <sigprof@gmail.com>
This commit is contained in:
parent
d0afcaa338
commit
0e3979b8e4
|
@ -145,9 +145,9 @@ return function(class, title, sn_rules, callback, resize_increment, args)
|
||||||
options = table.concat {
|
options = table.concat {
|
||||||
options,
|
options,
|
||||||
"resize_after_width=",
|
"resize_after_width=",
|
||||||
args.resize.height, ",",
|
args.resize.width, ",",
|
||||||
"resize_after_height=",
|
"resize_after_height=",
|
||||||
args.resize.width, ","
|
args.resize.height, ","
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
if args.gravity then
|
if args.gravity then
|
||||||
|
|
Loading…
Reference in New Issue