AWGHASFGDHD
This commit is contained in:
6
Main.qml
6
Main.qml
@@ -39,7 +39,7 @@ Item {
|
||||
background: null
|
||||
contentItem: Text {
|
||||
text: session.displayText
|
||||
color: "white"
|
||||
color: "#FFFFFF"
|
||||
font.family: "Rajdhani"
|
||||
font.capitalization: Font.AllUppercase
|
||||
font.bold: true
|
||||
@@ -136,7 +136,7 @@ Item {
|
||||
font.family: "Rajdhani"
|
||||
font.pointSize: 30
|
||||
font.bold: true
|
||||
color: "white"
|
||||
color: "#FFFFFF"
|
||||
Keys.onEscapePressed: {
|
||||
mainStack.forceActiveFocus();
|
||||
}
|
||||
@@ -169,7 +169,7 @@ Item {
|
||||
font.family: "Rajdhani"
|
||||
font.pointSize: 30
|
||||
font.bold: true
|
||||
color: "white"
|
||||
color: "#FFFFFF"
|
||||
Keys.onEscapePressed: {
|
||||
mainStack.forceActiveFocus();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user