mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 22:54:01 -06:00
Fix QML warnings
This commit is contained in:
parent
46e7a6665d
commit
ca8b7bb1da
3 changed files with 7 additions and 7 deletions
|
@ -42,7 +42,7 @@ UM.Dialog
|
|||
anchors.right: parent.right
|
||||
anchors.topMargin: UM.Theme.getSize("default_margin").height
|
||||
readOnly: true
|
||||
text: licenseDialog.licenseContent
|
||||
text: licenseDialog.licenseContent || ""
|
||||
}
|
||||
}
|
||||
rightButtons:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue