Signed-off-by: Marino Faggiana <marino@marinofaggiana.com>
@@ -270,7 +270,7 @@ class NCMore: UIViewController, UITableViewDelegate, UITableViewDataSource {
func tableView(_ tableView: UITableView, heightForHeaderInSection section: Int) -> CGFloat {
if section == 0 {
- return 35
+ return 10
} else {
return 20
}