marinofaggiana 5 năm trước cách đây
mục cha
commit
1166172327
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      iOSClient/Main/NCRichWorkspace.swift

+ 1 - 1
iOSClient/Main/NCRichWorkspace.swift

@@ -44,7 +44,7 @@ import Foundation
     let appDelegate = UIApplication.shared.delegate as! AppDelegate
     var startPosition: CGPoint?
     var originalHeight: CGFloat = 0
-    let minHeight: CGFloat = 10
+    let minHeight: CGFloat = 0
     let maxHeight: CGFloat = UIScreen.main.bounds.size.height/3
     
     @IBOutlet weak var imageDrag: UIImageView!