diff --git a/src/main/kotlin/settings/WeatherWidgetConfigurable.kt b/src/main/kotlin/settings/WeatherWidgetConfigurable.kt index 088ee30..32c1f7f 100644 --- a/src/main/kotlin/settings/WeatherWidgetConfigurable.kt +++ b/src/main/kotlin/settings/WeatherWidgetConfigurable.kt @@ -148,10 +148,8 @@ private class SettingsComponent(settingsState: WeatherWidgetSettingsState) : Dis .addLabeledComponent("Place name", cityName) .addSeparator() .addLabeledComponent("Show next hours", hours) - .addSeparator() .addLabeledComponent("Show wind", showWindDirection) .addLabeledComponent("Wind speed unit", windSpeedUnit) - .addSeparator() .addLabeledComponent("Show temperature", showTemperature) .addLabeledComponent("Temperature unit", temperatureUnit) .addLabeledComponent("Pressure unit", pressureUnit)