Merge pull request #14719 from nextcloud/fix/14639/fix_preview_size_trash

Use higher preview resolution in trashbin
This commit is contained in:
Roeland Jago Douma 2019-03-18 10:07:25 +01:00 committed by GitHub
commit 6c856ac588
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -85,8 +85,8 @@ class PreviewController extends Controller {
*/ */
public function getPreview( public function getPreview(
int $fileId, int $fileId,
int $x = 44, int $x = 128,
int $y = 44 int $y = 128
) { ) {
if ($x === 0 || $y === 0) { if ($x === 0 || $y === 0) {