Fix: Cleaned up some code.

This commit is contained in:
Keyitdev
2024-12-18 01:13:04 +01:00
parent a7dd8a931e
commit 95d664e483
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ Column {
Label {
anchors.horizontalCenter: parent.horizontalCenter
font.pointSize: config.HeaderText !=="" ? root.font.pointSize * 3 : 0
font.pointSize: root.font.pointSize * 3
color: config.HeaderTextColor
renderType: Text.QtRendering
text: config.HeaderText