diff --git a/qml/keys/CharKey.qml b/qml/keys/CharKey.qml index 7a9d0d2b..fd947930 100644 --- a/qml/keys/CharKey.qml +++ b/qml/keys/CharKey.qml @@ -177,7 +177,7 @@ Item { anchors.top: parent.top anchors.topMargin: Device.annotationTopMargin anchors.rightMargin: Device.annotationRightMargin - font.pixelSize: key.fontSize / 3 + font.pixelSize: key.fontSize / 2 font.weight: Font.Light visible: !panel.hideKeyLabels }