diff --git a/applicationQT2048/Main.qml b/applicationQT2048/Main.qml
index ef208182373598b2310924eac37e4c661364f755..3cec32b258b7e35ce6b1152ce015046decff4ede 100644
--- a/applicationQT2048/Main.qml
+++ b/applicationQT2048/Main.qml
@@ -8,10 +8,19 @@ Window {
     title: qsTr("Application 2048")
 
     Rectangle{
-        width:150;height:150
+        width:100;height:100
         color:"orange"
         x:25
         y:10
+        radius:10
+
+        Text {
+
+                text:"2048"
+                color: "white"
+
+                anchors.centerIn: parent
+            }
     }
 
     Rectangle{