mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-22 06:03:57 -06:00
Use wide_margin instead of multiplying default margin
CURA-6005
This commit is contained in:
parent
add5f17ae7
commit
98153769ff
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ Item
|
||||||
{
|
{
|
||||||
id: backupsPage
|
id: backupsPage
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
anchors.margins: UM.Theme.getSize("default_margin").width * 3
|
anchors.margins: UM.Theme.getSize("wide_margin").width
|
||||||
|
|
||||||
ColumnLayout
|
ColumnLayout
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue