mirror of
https://github.com/outbackdingo/amnezia-client.git
synced 2026-01-27 10:18:14 +00:00
resized questiondrawer of page serverdata
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user