From 468af2ae15abbf718fb766657db53cff41daa1dc Mon Sep 17 00:00:00 2001 From: woblight Date: Fri, 16 Aug 2024 13:32:48 +0200 Subject: [PATCH] Fix delete file list sizing --- AddonsPanel.qml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/AddonsPanel.qml b/AddonsPanel.qml index fe269be..547f776 100644 --- a/AddonsPanel.qml +++ b/AddonsPanel.qml @@ -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