Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2015-08-24 17:58:30 +0300
committerJan-Christoph Borchardt <hey@jancborchardt.net>2015-08-24 17:58:30 +0300
commita659ccb89c5e51cd8a5f14865872c2eb5162e1f2 (patch)
tree2fbcf0f4b1d0bb016306b6998e6419e03d0c644d /apps/files/js/mainfileinfodetailview.js
parent763b75ff4ff28b932fcf17fc8c37b3b4e378cc57 (diff)
bigger file thumbnail in app sidebar
Diffstat (limited to 'apps/files/js/mainfileinfodetailview.js')
-rw-r--r--apps/files/js/mainfileinfodetailview.js4
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 + '")');
}