clip children
This commit is contained in:
parent
cd5799fe26
commit
fc0af6e992
@ -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()
|
||||||
|
@ -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
|
||||||
|
@ -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()
|
||||||
|
Reference in New Issue
Block a user