diff options
author | Georg Ehrke <developer@georgehrke.com> | 2013-07-29 16:27:40 +0200 |
---|---|---|
committer | Georg Ehrke <developer@georgehrke.com> | 2013-07-29 16:27:40 +0200 |
commit | 2ea8ee613986216a420fad2795b5e7fa89519d5e (patch) | |
tree | 16dde7d0c8e7353eaacda40b240cc5e47f00aa54 /apps/files_trashbin/lib | |
parent | 1e4ec2ac276b15232824da056b6253696d324d42 (diff) | |
download | nextcloud-server-2ea8ee613986216a420fad2795b5e7fa89519d5e.tar.gz nextcloud-server-2ea8ee613986216a420fad2795b5e7fa89519d5e.zip |
add class='preview-icon' in trashbin app as well
Diffstat (limited to 'apps/files_trashbin/lib')
-rw-r--r-- | apps/files_trashbin/lib/trash.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_trashbin/lib/trash.php b/apps/files_trashbin/lib/trash.php index 4174ef0d185..71e76770aa9 100644 --- a/apps/files_trashbin/lib/trash.php +++ b/apps/files_trashbin/lib/trash.php @@ -858,6 +858,6 @@ class Trashbin { } public static function preview_icon($path) { - return \OC_Helper::linkToRoute( 'core_ajax_trashbin_preview', array('x' => 44, 'y' => 44, 'file' => urlencode($path) )); + return \OC_Helper::linkToRoute( 'core_ajax_trashbin_preview', array('x' => 36, 'y' => 36, 'file' => urlencode($path) )); } } |