Use higher preview resolution in trashbin

For #14639

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
pull/14719/head
Roeland Jago Douma 7 years ago
parent c01019b536
commit 50a2ab8bc6
No known key found for this signature in database
GPG Key ID: F941078878347C0C
  1. 4
      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) {

Loading…
Cancel
Save