mirror of
https://github.com/overte-org/overte.git
synced 2025-04-22 15:33:51 +02:00
HMD submenus not allcaps
This commit is contained in:
parent
9da64e540d
commit
3bf1afb80b
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ Item {
|
|||
RalewaySemiBold {
|
||||
id: label
|
||||
size: hifi.fontSizes.rootMenu
|
||||
font.capitalization: Font.AllUppercase
|
||||
font.capitalization: isSubMenu ? Font.MixedCase : Font.AllUppercase
|
||||
anchors.left: check.right
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
verticalAlignment: Text.AlignVCenter
|
||||
|
|
Loading…
Reference in a new issue