adapted questionDrawer
This commit is contained in:
parent
29b4966119
commit
cb5c09d967
5 changed files with 7 additions and 2 deletions
|
@ -15,10 +15,11 @@ Drawer2Type {
|
|||
|
||||
property var yesButtonFunction
|
||||
property var noButtonFunction
|
||||
property real drawerHeight: 0.5
|
||||
|
||||
width: parent.width
|
||||
height: parent.height
|
||||
contentHeight: parent.height * 0.5
|
||||
contentHeight: parent.height * drawerHeight
|
||||
|
||||
ColumnLayout {
|
||||
parent: root.contentParent
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue