fix doric layout bug

This commit is contained in:
王劲鹏
2021-04-14 12:42:03 +08:00
committed by osborn
parent 46bcaeb772
commit d231ae099f
4 changed files with 91 additions and 46 deletions

View File

@@ -39,12 +39,12 @@ TextArea {
}
onWidthChanged: {
// bg.implicitWidth = width
bg.implicitWidth = width
console.log(tag, uuid + " onWidthChanged: " + this.width)
}
onHeightChanged: {
// bg.implicitHeight = height
bg.implicitHeight = height
console.log(tag, uuid + " onHeightChanged: " + this.height)
}