From 484b52e1f26c29cb9825e23b3f3c9b8bef0bcf5f Mon Sep 17 00:00:00 2001 From: eximus Date: Tue, 26 Nov 2024 10:08:02 -0500 Subject: [PATCH] fix: issue with repeated font.bold: true --- Main.qml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Main.qml b/Main.qml index b630f48..9611121 100644 --- a/Main.qml +++ b/Main.qml @@ -263,7 +263,6 @@ Rectangle { height: parent.height * 0.66 horizontalAlignment: Text.AlignLeft font.family: textFont.name - font.bold: true font.pixelSize: config.labelFontSize font.bold: true color: config.labelFontColor @@ -582,4 +581,4 @@ Rectangle { } clear_passwd_button.visible = false } -} \ No newline at end of file +}