DelegateBase: default size for pictures
authorSami Rämö <sami.ramo@ixonos.com>
Wed, 17 Nov 2010 10:37:54 +0000 (12:37 +0200)
committerSami Rämö <sami.ramo@ixonos.com>
Wed, 17 Nov 2010 10:37:54 +0000 (12:37 +0200)
src/qmlui/DelegateBase.qml

index 0e573c0..3ae3f7f 100644 (file)
@@ -41,6 +41,8 @@ Item {
         id: image
         x: 10
         y: 4
+        height: 50
+        width: 50
     }
 
     BorderImage {