mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 07:27:29 -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")
|
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")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue