]> source.dussan.org Git - nextcloud-server.git/commitdiff
Use higher preview resolution in trashbin 14719/head
authorRoeland Jago Douma <roeland@famdouma.nl>
Sat, 16 Mar 2019 13:56:26 +0000 (14:56 +0100)
committerRoeland Jago Douma <roeland@famdouma.nl>
Sat, 16 Mar 2019 13:56:26 +0000 (14:56 +0100)
For #14639

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
apps/files_trashbin/lib/Controller/PreviewController.php

index f79e19a463eeb948d0724d5f91671c3aa5d91e48..ace3d10bf98a4ea4fd18b4174bf1eded08d70721 100644 (file)
@@ -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) {