Figuring out the perms issue

This commit is contained in:
=
2025-08-03 14:08:55 -05:00
parent 124e6801b6
commit 483cbc1b34

View File

@@ -40,7 +40,7 @@ Item {
contentItem: Text { contentItem: Text {
text: session.displayText text: session.displayText
color: "white" color: "white"
font.family: "Rajdhani" //font.family: "Rajdhani"
font.capitalization: Font.AllUppercase font.capitalization: Font.AllUppercase
font.bold: true font.bold: true
font.pointSize: 30 font.pointSize: 30
@@ -133,7 +133,7 @@ Item {
width: 955 width: 955
height: 75 height: 75
background: null background: null
font.family: "Rajdhani" //font.family: "Rajdhani"
font.pointSize: 30 font.pointSize: 30
font.bold: true font.bold: true
color: "white" color: "white"
@@ -166,7 +166,7 @@ Item {
width: 955 width: 955
height: 75 height: 75
background: null background: null
font.family: "Rajdhani" //font.family: "Rajdhani"
font.pointSize: 30 font.pointSize: 30
font.bold: true font.bold: true
color: "white" color: "white"