mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-02 00:34:26 +08:00
Add spacing and padding to first page
Contributes to issue CURA-8609.
This commit is contained in:
parent
b5edd5fa9c
commit
1e9ae92d29
@ -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…
x
Reference in New Issue
Block a user