clip children

This commit is contained in:
王劲鹏 2021-04-06 17:07:48 +08:00 committed by osborn
parent cd5799fe26
commit fc0af6e992
3 changed files with 6 additions and 0 deletions

View File

@ -8,6 +8,8 @@ import "gravity.mjs" as Gravity
Rectangle { Rectangle {
property int wrapper: 0 property int wrapper: 0
clip: true
property var tag: "HLayout" property var tag: "HLayout"
property var uuid: Util.uuidv4() property var uuid: Util.uuidv4()

View File

@ -7,6 +7,8 @@ import "util.mjs" as Util
Rectangle { Rectangle {
property int wrapper: 0 property int wrapper: 0
clip: true
property var uuid: Util.uuidv4() property var uuid: Util.uuidv4()
property int widthSpec: 0 property int widthSpec: 0

View File

@ -8,6 +8,8 @@ import "gravity.mjs" as Gravity
Rectangle { Rectangle {
property int wrapper: 0 property int wrapper: 0
clip: true
property var tag: "VLayout" property var tag: "VLayout"
property var uuid: Util.uuidv4() property var uuid: Util.uuidv4()