diff --git a/app/qml/map/MMMapController.qml b/app/qml/map/MMMapController.qml index 2fbfe23c5..10148c916 100644 --- a/app/qml/map/MMMapController.qml +++ b/app/qml/map/MMMapController.qml @@ -925,9 +925,6 @@ Item { list.delegate: MMListDelegate { text: model.layerName - // TODO: why we need to set hight here? - height: __style.menuDrawerHeight - leftContent: MMIcon { source: model.iconSource }