Use wide_margin instead of multiplying default margin

CURA-6005
This commit is contained in:
Jaime van Kessel 2019-01-04 11:23:34 +01:00
parent add5f17ae7
commit 98153769ff

View file

@ -14,7 +14,7 @@ Item
{
id: backupsPage
anchors.fill: parent
anchors.margins: UM.Theme.getSize("default_margin").width * 3
anchors.margins: UM.Theme.getSize("wide_margin").width
ColumnLayout
{