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