From 50a2ab8bc657e67e5951e1ff0fafa55ff5ded41c Mon Sep 17 00:00:00 2001 From: Roeland Jago Douma Date: Sat, 16 Mar 2019 14:56:26 +0100 Subject: [PATCH] Use higher preview resolution in trashbin For #14639 Signed-off-by: Roeland Jago Douma --- apps/files_trashbin/lib/Controller/PreviewController.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/files_trashbin/lib/Controller/PreviewController.php b/apps/files_trashbin/lib/Controller/PreviewController.php index f79e19a463..ace3d10bf9 100644 --- a/apps/files_trashbin/lib/Controller/PreviewController.php +++ b/apps/files_trashbin/lib/Controller/PreviewController.php @@ -85,8 +85,8 @@ class PreviewController extends Controller { */ public function getPreview( int $fileId, - int $x = 44, - int $y = 44 + int $x = 128, + int $y = 128 ) { if ($x === 0 || $y === 0) {