WOOO
This commit is contained in:
2
Main.qml
2
Main.qml
@@ -140,7 +140,6 @@ Item {
|
|||||||
font.family: "Rajdhani"
|
font.family: "Rajdhani"
|
||||||
font.pointSize: 30
|
font.pointSize: 30
|
||||||
font.bold: true
|
font.bold: true
|
||||||
color: "#FFFFFF"
|
|
||||||
Keys.onEscapePressed: {
|
Keys.onEscapePressed: {
|
||||||
mainStack.forceActiveFocus();
|
mainStack.forceActiveFocus();
|
||||||
}
|
}
|
||||||
@@ -175,7 +174,6 @@ Item {
|
|||||||
font.family: "Rajdhani"
|
font.family: "Rajdhani"
|
||||||
font.pointSize: 30
|
font.pointSize: 30
|
||||||
font.bold: true
|
font.bold: true
|
||||||
color: "#FFFFFF"
|
|
||||||
Keys.onEscapePressed: {
|
Keys.onEscapePressed: {
|
||||||
mainStack.forceActiveFocus();
|
mainStack.forceActiveFocus();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user