mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 14:35:56 +08:00
Use wide_margin instead of multiplying default margin
CURA-6005
This commit is contained in:
parent
add5f17ae7
commit
98153769ff
@ -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…
x
Reference in New Issue
Block a user