Fixing NaN reference in test dialog

This commit is contained in:
Brad Davis 2015-04-17 10:05:54 -07:00
parent 781abdd047
commit ad585f7559

View file

@ -10,7 +10,6 @@ CustomDialog {
objectName: "TestDialog"
width: 512
height: 512
scale: 0.0
Item {
id: clientArea
@ -39,7 +38,7 @@ CustomDialog {
clip: true
text: "test edit"
anchors.top: parent.top
anchors.topMargin: parent.titleSize + 12
anchors.topMargin: 12
}
CustomButton {
@ -86,7 +85,6 @@ CustomDialog {
}
}
}