Fix delete file list sizing

This commit is contained in:
woblight
2024-08-16 13:32:48 +02:00
parent 3eb9b9e4c1
commit 468af2ae15
+1 -2
View File
@@ -219,8 +219,7 @@ Page {
modal: true
visible: addon.filesToRemove != ""
closePolicy: Popup.NoAutoClose
ScrollView{
anchors.fill: parent
contentItem: ScrollView{
TextArea {
text: addon.filesToRemove
readOnly: true