resized questiondrawer of page serverdata

This commit is contained in:
ronoaer 2023-10-19 19:45:22 +08:00
parent f7bed04ab2
commit a6949bd3ae
2 changed files with 5 additions and 2 deletions

View file

@ -14,6 +14,8 @@ import "../Components"
PageType { PageType {
id: root id: root
property Item questionDrawerParent
Connections { Connections {
target: InstallController target: InstallController
@ -193,9 +195,9 @@ PageType {
QuestionDrawer { QuestionDrawer {
id: questionDrawer id: questionDrawer
drawerHeight: 0.8 drawerHeight: 0.5
parent: root parent: questionDrawerParent
} }
} }
} }

View file

@ -169,6 +169,7 @@ PageType {
} }
PageSettingsServerData { PageSettingsServerData {
stackView: root.stackView stackView: root.stackView
questionDrawerParent: root
} }
} }
} }