dashboard: make weather icon less thick
This commit is contained in:
parent
4661f546a5
commit
3d59564978
1 changed files with 3 additions and 0 deletions
|
|
@ -43,6 +43,9 @@ Item {
|
||||||
text: root.icon || "cloud_alert"
|
text: root.icon || "cloud_alert"
|
||||||
color: Colours.palette.m3secondary
|
color: Colours.palette.m3secondary
|
||||||
font.pointSize: Appearance.font.size.extraLarge * 2
|
font.pointSize: Appearance.font.size.extraLarge * 2
|
||||||
|
font.variableAxes: ({
|
||||||
|
opsz: Appearance.font.size.extraLarge * 1.2
|
||||||
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
Column {
|
Column {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue