Skip to content

Commit

Permalink
Use higher preview resolution in trashbin
Browse files Browse the repository at this point in the history
For #14639

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
  • Loading branch information
rullzer committed Mar 16, 2019
1 parent c01019b commit 50a2ab8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/files_trashbin/lib/Controller/PreviewController.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ public function __construct(
*/
public function getPreview(
int $fileId,
int $x = 44,
int $y = 44
int $x = 128,
int $y = 128
) {

if ($x === 0 || $y === 0) {
Expand Down

0 comments on commit 50a2ab8

Please sign in to comment.