mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 21:12:53 +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 {
|
RalewaySemiBold {
|
||||||
id: label
|
id: label
|
||||||
size: hifi.fontSizes.rootMenu
|
size: hifi.fontSizes.rootMenu
|
||||||
font.capitalization: Font.AllUppercase
|
font.capitalization: isSubMenu ? Font.MixedCase : Font.AllUppercase
|
||||||
anchors.left: check.right
|
anchors.left: check.right
|
||||||
anchors.verticalCenter: parent.verticalCenter
|
anchors.verticalCenter: parent.verticalCenter
|
||||||
verticalAlignment: Text.AlignVCenter
|
verticalAlignment: Text.AlignVCenter
|
||||||
|
|
Loading…
Reference in a new issue