dashboard: fix calendar size

This commit is contained in:
2 * r + 2 * t 2025-05-24 17:14:38 +08:00
parent a0cc31ff58
commit 787fde09ef
2 changed files with 1 additions and 2 deletions

View file

@ -18,7 +18,6 @@ GridLayout {
}
Rect {
// Layout.column: 3
Layout.row: 0
Layout.columnSpan: 2
Layout.preferredWidth: DashboardConfig.sizes.weatherWidth

View file

@ -42,7 +42,7 @@ Item {
animate: true
text: root.icon || "cloud_alert"
color: Colours.palette.m3secondary
font.pointSize: root.parent.height / 2 || 1
font.pointSize: Appearance.font.size.extraLarge * 2
}
Column {