mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06:00
Don't let table overlap lining
Contributes to issue CURA-8686.
This commit is contained in:
parent
88bf1995c0
commit
c6717c67f4
1 changed files with 1 additions and 0 deletions
|
@ -64,6 +64,7 @@ Item
|
||||||
{
|
{
|
||||||
id: filesTableView
|
id: filesTableView
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
|
anchors.margins: parent.border.width
|
||||||
|
|
||||||
columnHeaders: ["Name", "Uploaded by", "Uploaded at"]
|
columnHeaders: ["Name", "Uploaded by", "Uploaded at"]
|
||||||
model: TableModel
|
model: TableModel
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue