fix: issue with repeated font.bold: true
This commit is contained in:
3
Main.qml
3
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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user