Remove double bottom spacing in panels & hide scrollbar in NScrollView if not necessary

This commit is contained in:
notiant
2025-11-18 10:12:44 +01:00
committed by GitHub
parent c407edb4e9
commit 6d032e5159
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 {