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