From 5d8c81c6e18260ff0c84bd3f37dbbc0232edf979 Mon Sep 17 00:00:00 2001 From: Bart De Vries Date: Sun, 19 Jun 2022 21:36:24 +0200 Subject: [PATCH] Make width of error list a bit wider to better see contents --- src/qml/ErrorListOverlay.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qml/ErrorListOverlay.qml b/src/qml/ErrorListOverlay.qml index 9928bc25..ef459388 100644 --- a/src/qml/ErrorListOverlay.qml +++ b/src/qml/ErrorListOverlay.qml @@ -15,7 +15,7 @@ import org.kde.kasts 1.0 Kirigami.Dialog { id: errorOverlay - preferredWidth: Kirigami.Units.gridUnit * 20 + preferredWidth: Kirigami.Units.gridUnit * 25 preferredHeight: Kirigami.Units.gridUnit * 16 showCloseButton: true