Clip QuickSwitcher

Clip QuickSwitcher to stop the delegates overlapping the dialog
This commit is contained in:
James Graham
2024-01-16 20:08:53 +00:00
parent 21d9e69712
commit 8e8105d04d

View File

@@ -21,7 +21,7 @@ QQC2.Dialog {
leftPadding: 0
rightPadding: 0
bottomPadding: 0
bottomPadding: 1
topPadding: 0
anchors.centerIn: applicationWindow().overlay
@@ -71,6 +71,7 @@ QQC2.Dialog {
QQC2.ScrollView {
anchors.fill: parent
clip: true
Keys.forwardTo: searchField