fixed questionDrawer height

This commit is contained in:
vladimir.kuznetsov 2023-10-18 00:37:15 +05:00
parent 2f0c1eeecc
commit 4b64bfaec0
3 changed files with 27 additions and 5 deletions

View file

@ -17,9 +17,11 @@ DrawerType {
property var noButtonFunction
width: parent.width
height: parent.height * 0.5
height: content.implicitHeight + 32
ColumnLayout {
id: content
anchors.top: parent.top
anchors.left: parent.left
anchors.right: parent.right