dashboard: fix calendar size
This commit is contained in:
parent
a0cc31ff58
commit
787fde09ef
2 changed files with 1 additions and 2 deletions
|
|
@ -18,7 +18,6 @@ GridLayout {
|
||||||
}
|
}
|
||||||
|
|
||||||
Rect {
|
Rect {
|
||||||
// Layout.column: 3
|
|
||||||
Layout.row: 0
|
Layout.row: 0
|
||||||
Layout.columnSpan: 2
|
Layout.columnSpan: 2
|
||||||
Layout.preferredWidth: DashboardConfig.sizes.weatherWidth
|
Layout.preferredWidth: DashboardConfig.sizes.weatherWidth
|
||||||
|
|
|
||||||
|
|
@ -42,7 +42,7 @@ Item {
|
||||||
animate: true
|
animate: true
|
||||||
text: root.icon || "cloud_alert"
|
text: root.icon || "cloud_alert"
|
||||||
color: Colours.palette.m3secondary
|
color: Colours.palette.m3secondary
|
||||||
font.pointSize: root.parent.height / 2 || 1
|
font.pointSize: Appearance.font.size.extraLarge * 2
|
||||||
}
|
}
|
||||||
|
|
||||||
Column {
|
Column {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue