Skip to content

Commit

Permalink
qml: Make annotations on CharKey appear larger to be more visible
Browse files Browse the repository at this point in the history
Some keys have annotations that are quite difficult to discern in some
situations, so make the label for the annotation a little larger to more
easily read them in those cases.
  • Loading branch information
dobey committed Jun 27, 2022
1 parent b684f48 commit aae00d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qml/keys/CharKey.qml
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit aae00d0

Please sign in to comment.