1
0

bold font wasn't loaded when regular font loading was succesful

some styling fixes
This commit is contained in:
Sander van Grieken
2022-05-11 12:22:31 +02:00
parent 5e92624f33
commit e84bc4561f
4 changed files with 10 additions and 7 deletions

View File

@@ -176,7 +176,8 @@ Pane {
width: parent.width
Label {
text: qsTr('Send queue')
font.pixelSize: constants.fontSizeXLarge
font.pixelSize: constants.fontSizeLarge
color: Material.accentColor
}
}
}