diff --git a/lookandfeel/contents/systemdialog/SystemDialog.qml b/lookandfeel/contents/systemdialog/SystemDialog.qml index 839cfcf62..14472fae8 100644 --- a/lookandfeel/contents/systemdialog/SystemDialog.qml +++ b/lookandfeel/contents/systemdialog/SystemDialog.qml @@ -38,6 +38,14 @@ Item { window.show() } + Kirigami.Separator { + anchors { + top: parent.top + left: parent.left + right: parent.right + } + } + ColumnLayout { id: column anchors.fill: parent