QmlDesigner.library: fixing items in library

Change-Id: Ic7e8e69ca2f0126c7464c09f8ea99e75cbe12684
Reviewed-on: http://codereview.qt.nokia.com/956
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@nokia.com>
This commit is contained in:
Thomas Hartmann
2011-06-30 17:23:08 +02:00
parent cd7f466bb0
commit b6c4598682
3 changed files with 6 additions and 4 deletions

View File

@@ -1,8 +1,10 @@
import QtQuick 1.0
GridView {
width: 200
height: 200
width: 140
height: 140
cellWidth: 70
cellHeight: 70
model: ListModel {

View File

@@ -1,7 +1,7 @@
import QtQuick 1.0
ListView {
width: 160
width: 110
height: 160
model: ListModel {
ListElement {

View File

@@ -2,7 +2,7 @@ import QtQuick 1.0
PathView {
width: 250
height: 200
height: 130
path: Path {
startX: 120