fix bar font size

This commit is contained in:
end-4
2025-07-05 11:32:59 +02:00
parent 8b83b42eed
commit f6f7ac19fd
2 changed files with 8 additions and 8 deletions
+7 -7
View File
@@ -483,14 +483,14 @@ Scope {
Item {
Layout.fillWidth: true
Layout.fillHeight: true
}
// Weather
Loader {
active: Config.options.bar.weather.enable
sourceComponent: BarGroup {
implicitHeight: Appearance.sizes.baseBarHeight
WeatherBar {}
}
// Weather
Loader {
active: Config.options.bar.weather.enable
sourceComponent: BarGroup {
implicitHeight: Appearance.sizes.baseBarHeight
WeatherBar {}
}
}
}
@@ -40,7 +40,7 @@ Item {
StyledText {
visible: true
font.pixelSize: Appearance.font.pixelSize.large
font.pixelSize: Appearance.font.pixelSize.small
color: Appearance.colors.colOnLayer1
text: Weather.data.temp
Layout.alignment: Qt.AlignVCenter