WeatherTab: remove useless divider

This commit is contained in:
Ly-sec 2025-09-07 16:22:07 +02:00
parent e4e2ed41b4
commit c32a8a863a

View file

@ -71,10 +71,4 @@ ColumnLayout {
onToggled: checked => Settings.data.location.useFahrenheit = checked
}
}
NDivider {
Layout.fillWidth: true
Layout.topMargin: Style.marginXL * scaling
Layout.bottomMargin: Style.marginXL * scaling
}
}