mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 15:37:27 -06:00
Add spacing and padding to first page
Contributes to issue CURA-8609.
This commit is contained in:
parent
b5edd5fa9c
commit
1e9ae92d29
1 changed files with 4 additions and 0 deletions
|
@ -29,6 +29,10 @@ Window
|
|||
color: UM.Theme.getColor("main_background")
|
||||
Column
|
||||
{
|
||||
spacing: UM.Theme.getSize("default_margin").height
|
||||
anchors.fill: parent
|
||||
anchors.margins: UM.Theme.getSize("default_margin").width
|
||||
|
||||
Label
|
||||
{
|
||||
text: catalog.i18nc("@title:header", "Sync materials with printers")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue