Merge pull request #790 from notiant/patch-21

Remove double bottom spacing in panels & hide scrollbar in NScrollView if not necessary
This commit is contained in:
Lysec
2025-11-18 15:25:53 +01:00
committed by GitHub
4 changed files with 7 additions and 12 deletions
-4
View File
@@ -241,10 +241,6 @@ SmartPanel {
}
}
}
Item {
Layout.fillHeight: true
}
}
}
}
@@ -238,10 +238,6 @@ SmartPanel {
}
}
}
Item {
Layout.fillHeight: true
}
}
}
}
@@ -650,6 +650,7 @@ SmartPanel {
Loader {
id: weatherLoader
active: Settings.data.location.weatherEnabled && Settings.data.location.showCalendarWeather
visible: active
Layout.fillWidth: true
sourceComponent: WeatherCard {