mirror of
https://github.com/overte-org/overte.git
synced 2025-04-19 15:03:53 +02:00
Fixing NaN reference in test dialog
This commit is contained in:
parent
781abdd047
commit
ad585f7559
1 changed files with 1 additions and 3 deletions
|
@ -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 {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue