qml: use label

This commit is contained in:
Vaxry 2024-10-16 15:06:12 +01:00
parent 848239ce4b
commit 25cc436a7d
1 changed files with 3 additions and 4 deletions

View File

@ -40,7 +40,7 @@ ApplicationWindow {
anchors.fill: parent
anchors.margins: 4
Text {
Label {
color: Qt.darker(system.windowText, 0.8)
font.bold: true
font.pointSize: Math.round(fontMetrics.height * 1.05)
@ -53,8 +53,7 @@ ApplicationWindow {
Layout.bottomMargin: fontMetrics.height / 2
}
Text {
color: system.windowText
Label {
text: hpa.getMessage()
}
@ -85,7 +84,7 @@ ApplicationWindow {
}
Text {
Label {
id: errorLabel
color: "red"