Black and white crowns in new game dialog
authorHeli Hyvättinen <heli.hyvattinen@kymp.net>
Fri, 5 Aug 2011 22:02:41 +0000 (01:02 +0300)
committerHeli Hyvättinen <heli.hyvattinen@kymp.net>
Fri, 5 Aug 2011 22:10:59 +0000 (01:10 +0300)
qml/MainPage.qml

index 8b40f2c..eaa01cf 100644 (file)
@@ -126,7 +126,7 @@ Page {
 
                 Text
                 {
-                  width: rowRow.width - rowRow.spacing - switchComponent.width
+                  width: rowRow.width - rowRow.spacing - switchComponent.width - whiteSmall.width - blackSmall.width
                   height: switchComponent.height
                   verticalAlignment: Text.AlignVCenter
                   text: "Equal times"
@@ -139,6 +139,19 @@ Page {
                     id: switchComponent
                 }
 
+                Image
+                {
+                    id: whiteSmall
+                    source: ":/rc/pic/white_small.png"
+                }
+
+                Image
+                {
+                    id: blackSmall
+                    source: ":/rc/pic/black_small.png"
+                }
+
+
             }
 
         buttons: