fix spacing

This commit is contained in:
end-4
2025-07-05 11:37:51 +02:00
parent f6f7ac19fd
commit 9043440c8d
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -487,6 +487,8 @@ Scope {
// Weather
Loader {
Layout.leftMargin: 8
Layout.fillHeight: true
active: Config.options.bar.weather.enable
sourceComponent: BarGroup {
implicitHeight: Appearance.sizes.baseBarHeight
@@ -12,6 +12,8 @@ Rectangle {
implicitHeight: columnLayout.implicitHeight + margin * 2
color: Appearance.colors.colLayer0
radius: Appearance.rounding.small
border.width: 1
border.color: Appearance.m3colors.m3outlineVariant
clip: true
ColumnLayout {