Use higher preview resolution in trashbin

For #14639

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
Roeland Jago Douma 2019-03-16 14:56:26 +01:00
parent c01019b536
commit 50a2ab8bc6
No known key found for this signature in database
GPG Key ID: F941078878347C0C
1 changed files with 2 additions and 2 deletions

View 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) {