added transparent-background, for blocking clicked event
This commit is contained in:
parent
384ce9853b
commit
8c1835950b
15 changed files with 134 additions and 34 deletions
|
@ -17,9 +17,12 @@ Drawer2Type {
|
|||
property var noButtonFunction
|
||||
|
||||
width: parent.width
|
||||
height: parent.height * 0.5
|
||||
height: parent.height
|
||||
contentHeight: parent.height * 0.5
|
||||
|
||||
ColumnLayout {
|
||||
parent: root.contentParent
|
||||
|
||||
anchors.top: parent.top
|
||||
anchors.left: parent.left
|
||||
anchors.right: parent.right
|
||||
|
@ -27,6 +30,8 @@ Drawer2Type {
|
|||
anchors.rightMargin: 16
|
||||
anchors.leftMargin: 16
|
||||
|
||||
// visible: false
|
||||
|
||||
spacing: 8
|
||||
|
||||
Header2TextType {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue