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
|
height: parent.height * 0.66
|
||||||
horizontalAlignment: Text.AlignLeft
|
horizontalAlignment: Text.AlignLeft
|
||||||
font.family: textFont.name
|
font.family: textFont.name
|
||||||
font.bold: true
|
|
||||||
font.pixelSize: config.labelFontSize
|
font.pixelSize: config.labelFontSize
|
||||||
font.bold: true
|
font.bold: true
|
||||||
color: config.labelFontColor
|
color: config.labelFontColor
|
||||||
@@ -582,4 +581,4 @@ Rectangle {
|
|||||||
}
|
}
|
||||||
clear_passwd_button.visible = false
|
clear_passwd_button.visible = false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user