From c6717c67f4b01c2f534ba848bd11c655766c66bc Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Tue, 25 Jan 2022 18:24:38 +0100 Subject: [PATCH] Don't let table overlap lining Contributes to issue CURA-8686. --- plugins/DigitalLibrary/resources/qml/OpenProjectFilesPage.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/DigitalLibrary/resources/qml/OpenProjectFilesPage.qml b/plugins/DigitalLibrary/resources/qml/OpenProjectFilesPage.qml index 6a03bca27b..6c74675227 100644 --- a/plugins/DigitalLibrary/resources/qml/OpenProjectFilesPage.qml +++ b/plugins/DigitalLibrary/resources/qml/OpenProjectFilesPage.qml @@ -64,6 +64,7 @@ Item { id: filesTableView anchors.fill: parent + anchors.margins: parent.border.width columnHeaders: ["Name", "Uploaded by", "Uploaded at"] model: TableModel