Skip to content
Snippets Groups Projects
Commit a60fbe43 authored by Pouchet Pierre's avatar Pouchet Pierre
Browse files

petit ajustement sur les boutons

parent 96f3ab1c
No related merge requests found
......@@ -269,6 +269,7 @@ Window {
_textText: "Français"
rectangleColor: "#7a7a7a"
MouseArea {
enabled: motusGame && (motusGame.win || motusGame.loosetry || motusGame.loosetime || !motusGame.debut)
anchors.left: parent.left
anchors.top: parent.top
anchors.bottom: parent.bottom
......@@ -289,6 +290,7 @@ Window {
_textText: "English"
rectangleColor: "green"
MouseArea {
enabled: motusGame && (motusGame.win || motusGame.loosetry || motusGame.loosetime || !motusGame.debut)
anchors.fill: parent
cursorShape: Qt.PointingHandCursor
onClicked: {
......@@ -328,6 +330,7 @@ Window {
id: numberLetterBtn
width: parent.width
height: 60
}
}
}
......@@ -460,6 +463,7 @@ Window {
}
MouseArea {
anchors.fill: parent
cursorShape: Qt.PointingHandCursor
onClicked: {
if (modelData === "<") {
if (indice_case > 0) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment