Add spacing and padding to first page

Contributes to issue CURA-8609.
This commit is contained in:
Ghostkeeper 2021-10-04 16:39:56 +02:00
parent b5edd5fa9c
commit 1e9ae92d29
No known key found for this signature in database
GPG Key ID: D2A8871EE34EC59A

View File

@ -29,6 +29,10 @@ Window
color: UM.Theme.getColor("main_background") color: UM.Theme.getColor("main_background")
Column Column
{ {
spacing: UM.Theme.getSize("default_margin").height
anchors.fill: parent
anchors.margins: UM.Theme.getSize("default_margin").width
Label Label
{ {
text: catalog.i18nc("@title:header", "Sync materials with printers") text: catalog.i18nc("@title:header", "Sync materials with printers")