marinofaggiana il y a 4 ans
Parent
commit
209f142d10
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      iOSClient/Viewer/NCViewerImage/NCViewerImageZoom.swift

+ 1 - 1
iOSClient/Viewer/NCViewerImage/NCViewerImageZoom.swift

@@ -99,7 +99,7 @@ class NCViewerImageZoom: UIViewController {
         super.viewDidAppear(animated)
         
         detailView.updateExifLocal(metadata: metadata)
-        detailViewHeightConstraint.constant = view.bounds.width
+        detailViewHeightConstraint.constant = (view.bounds.width / 2)
         detailViewTopConstraint.constant = 0
         detailView.hide()