mirror of https://github.com/KDE/kasts.git
Fix clipping of ListView in ErrorListOverlay
This commit is contained in:
parent
093129b0ea
commit
c15fd5b54d
|
@ -31,5 +31,6 @@ Kirigami.Dialog {
|
||||||
|
|
||||||
ErrorList {
|
ErrorList {
|
||||||
id: errorList
|
id: errorList
|
||||||
|
clip: true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue