AWGHASFGDHD

This commit is contained in:
=
2025-08-03 14:18:40 -05:00
parent 2b3398758d
commit 16d6755b1a

View File

@@ -39,7 +39,7 @@ Item {
background: null background: null
contentItem: Text { contentItem: Text {
text: session.displayText text: session.displayText
color: "white" color: "#FFFFFF"
font.family: "Rajdhani" font.family: "Rajdhani"
font.capitalization: Font.AllUppercase font.capitalization: Font.AllUppercase
font.bold: true font.bold: true
@@ -136,7 +136,7 @@ Item {
font.family: "Rajdhani" font.family: "Rajdhani"
font.pointSize: 30 font.pointSize: 30
font.bold: true font.bold: true
color: "white" color: "#FFFFFF"
Keys.onEscapePressed: { Keys.onEscapePressed: {
mainStack.forceActiveFocus(); mainStack.forceActiveFocus();
} }
@@ -169,7 +169,7 @@ Item {
font.family: "Rajdhani" font.family: "Rajdhani"
font.pointSize: 30 font.pointSize: 30
font.bold: true font.bold: true
color: "white" color: "#FFFFFF"
Keys.onEscapePressed: { Keys.onEscapePressed: {
mainStack.forceActiveFocus(); mainStack.forceActiveFocus();
} }