dropdown list fixes to match design layout

This commit is contained in:
vladimir.kuznetsov 2023-08-16 22:45:05 +05:00
parent e0d6e0117e
commit a8deb3593b
12 changed files with 177 additions and 139 deletions

View file

@ -168,7 +168,7 @@ PageType {
descriptionText: qsTr("Hash")
headerText: qsTr("Hash")
listView: ListViewType {
listView: ListViewWithRadioButtonType {
id: hashListView
rootWidth: root.width
@ -214,7 +214,7 @@ PageType {
descriptionText: qsTr("Cipher")
headerText: qsTr("Cipher")
listView: ListViewType {
listView: ListViewWithRadioButtonType {
id: cipherListView
rootWidth: root.width
@ -392,7 +392,7 @@ PageType {
}
}
}
}
}
}
QuestionDrawer {