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 {
|
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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -169,6 +169,7 @@ PageType {
|
||||||
}
|
}
|
||||||
PageSettingsServerData {
|
PageSettingsServerData {
|
||||||
stackView: root.stackView
|
stackView: root.stackView
|
||||||
|
questionDrawerParent: root
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue