Skip to content
Snippets Groups Projects
Commit f8ad2a73 authored by Breitwiller Josephine's avatar Breitwiller Josephine
Browse files

Update Main.qml

parent c615c535
No related merge requests found
...@@ -8,10 +8,19 @@ Window { ...@@ -8,10 +8,19 @@ Window {
title: qsTr("Application 2048") title: qsTr("Application 2048")
Rectangle{ Rectangle{
width:150;height:150 width:100;height:100
color:"orange" color:"orange"
x:25 x:25
y:10 y:10
radius:10
Text {
text:"2048"
color: "white"
anchors.centerIn: parent
}
} }
Rectangle{ Rectangle{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment