Skip to content

Commit

Permalink
removed separators in the settings
Browse files Browse the repository at this point in the history
nizienko committed Jun 19, 2024
1 parent b6cb479 commit e77652b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/kotlin/settings/WeatherWidgetConfigurable.kt
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit e77652b

Please sign in to comment.