diff --git a/Modules/OSD/OSD.qml b/Modules/OSD/OSD.qml index b73a749b..f5ea0a1a 100644 --- a/Modules/OSD/OSD.qml +++ b/Modules/OSD/OSD.qml @@ -488,7 +488,7 @@ Variants { color: root.currentOSDType === OSD.Type.LockKey ? root.getProgressColor() : Color.mOnSurface pointSize: root.currentOSDType === OSD.Type.LockKey ? Style.fontSizeM : Style.fontSizeS family: Settings.data.ui.fontFixed - font.weight: root.currentOSDType === OSD.Type.LockKey ? Style.fontWeightMedium : Style.fontWeightNormal + font.weight: root.currentOSDType === OSD.Type.LockKey ? Style.fontWeightMedium : Style.fontWeightRegular Layout.fillWidth: true Layout.alignment: Qt.AlignHCenter horizontalAlignment: Text.AlignHCenter