AWGHASFGDHD
This commit is contained in:
6
Main.qml
6
Main.qml
@@ -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();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user