From c32a8a863adf3dceede4a98ff8af327b64d5b9fe Mon Sep 17 00:00:00 2001 From: Ly-sec Date: Sun, 7 Sep 2025 16:22:07 +0200 Subject: [PATCH] WeatherTab: remove useless divider --- Modules/SettingsPanel/Tabs/WeatherTab.qml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Modules/SettingsPanel/Tabs/WeatherTab.qml b/Modules/SettingsPanel/Tabs/WeatherTab.qml index 7553158..667aca5 100644 --- a/Modules/SettingsPanel/Tabs/WeatherTab.qml +++ b/Modules/SettingsPanel/Tabs/WeatherTab.qml @@ -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 - } }