Update
This commit is contained in:
parent
8965ccefe9
commit
ccf478c5aa
|
@ -209,8 +209,8 @@ PlasmaCore.Dialog {
|
|||
|
||||
Layout.minimumWidth: width
|
||||
Layout.maximumWidth: width
|
||||
Layout.minimumHeight: height
|
||||
Layout.maximumHeight: height
|
||||
Layout.minimumHeight: view.height + searchField.height + footer.height + Kirigami.Units.gridUnit * 3
|
||||
Layout.maximumHeight: view.height + searchField.height + footer.height + Kirigami.Units.gridUnit * 3
|
||||
|
||||
focus: true
|
||||
onFocusChanged: searchField.focus = true
|
||||
|
|
Loading…
Reference in New Issue