mirror of https://github.com/KDE/kasts.git
Make width of error list a bit wider to better see contents
This commit is contained in:
parent
e5cf95c8d7
commit
5d8c81c6e1
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue