浏览代码

Add the possibility of webDAV search with contentType

Marino Faggiana 7 年之前
父节点
当前提交
db78d7a2f4
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      iOSClient/Photos/CCPhotos.m

+ 1 - 2
iOSClient/Photos/CCPhotos.m

@@ -103,7 +103,7 @@
     _scrollBar.handleWidth = 20;
     _scrollBar.handleMinimiumHeight = 20;
     _scrollBar.trackWidth = 0;
-    _scrollBar.edgeInset = 12;
+    _scrollBar.edgeInset = 12;    
 }
 
 // Apparirà
@@ -118,7 +118,6 @@
     // Plus Button
     [appDelegate plusButtonVisibile:true];
 
-    
     [self reloadDatasource];
 }