Explorar o código

GUI fix

Signed-off-by: Marino Faggiana <marino@marinofaggiana.com>
Marino Faggiana hai 1 ano
pai
achega
8d2b3c815b
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      iOSClient/More/NCMore.swift

+ 1 - 0
iOSClient/More/NCMore.swift

@@ -396,6 +396,7 @@ class NCMore: UIViewController, UITableViewDelegate, UITableViewDataSource {
             }
 
             cell.imageIcon?.image = NCUtility.shared.loadImage(named: item.icon)
+            cell.imageIcon?.contentMode = .scaleAspectFit
             cell.labelText?.text = NSLocalizedString(item.name, comment: "")
             cell.labelText.textColor = .label