Fix clipping of ListView in ErrorListOverlay

This commit is contained in:
Bart De Vries 2024-04-24 15:43:58 +02:00
parent 093129b0ea
commit c15fd5b54d
No known key found for this signature in database
GPG Key ID: 7285665DA6E2D42B
1 changed files with 1 additions and 0 deletions

View File

@ -31,5 +31,6 @@ Kirigami.Dialog {
ErrorList {
id: errorList
clip: true
}
}