diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-08-24 16:58:30 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-08-24 16:58:30 +0200 |
commit | a659ccb89c5e51cd8a5f14865872c2eb5162e1f2 (patch) | |
tree | 2fbcf0f4b1d0bb016306b6998e6419e03d0c644d /apps/files/js | |
parent | 763b75ff4ff28b932fcf17fc8c37b3b4e378cc57 (diff) | |
download | nextcloud-server-a659ccb89c5e51cd8a5f14865872c2eb5162e1f2.tar.gz nextcloud-server-a659ccb89c5e51cd8a5f14865872c2eb5162e1f2.zip |
bigger file thumbnail in app sidebar
Diffstat (limited to 'apps/files/js')
-rw-r--r-- | apps/files/js/mainfileinfodetailview.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files/js/mainfileinfodetailview.js b/apps/files/js/mainfileinfodetailview.js index 6910e5f2be5..8bf22149841 100644 --- a/apps/files/js/mainfileinfodetailview.js +++ b/apps/files/js/mainfileinfodetailview.js @@ -125,8 +125,8 @@ path: this.model.getFullPath(), mime: this.model.get('mimetype'), etag: this.model.get('etag'), - x: 50, - y: 50, + x: 75, + y: 75, callback: function(previewUrl) { $iconDiv.css('background-image', 'url("' + previewUrl + '")'); } |