resized questiondrawer of page serverdata
This commit is contained in:
parent
f7bed04ab2
commit
a6949bd3ae
2 changed files with 5 additions and 2 deletions
|
@ -14,6 +14,8 @@ import "../Components"
|
|||
PageType {
|
||||
id: root
|
||||
|
||||
property Item questionDrawerParent
|
||||
|
||||
Connections {
|
||||
target: InstallController
|
||||
|
||||
|
@ -193,9 +195,9 @@ PageType {
|
|||
QuestionDrawer {
|
||||
id: questionDrawer
|
||||
|
||||
drawerHeight: 0.8
|
||||
drawerHeight: 0.5
|
||||
|
||||
parent: root
|
||||
parent: questionDrawerParent
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -169,6 +169,7 @@ PageType {
|
|||
}
|
||||
PageSettingsServerData {
|
||||
stackView: root.stackView
|
||||
questionDrawerParent: root
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue