Fix incorrect margin

CURA-6057
This commit is contained in:
Jaime van Kessel 2019-04-01 14:29:11 +02:00
parent 8b7389c4c0
commit 52589ffcad

View file

@ -34,7 +34,7 @@ Item
anchors.top: titleLabel.bottom
anchors.left: parent.left
anchors.right: parent.right
anchors.margins: UM.Theme.getSize("wide_margin").width
anchors.topMargin: UM.Theme.getSize("wide_margin").height
title: catalog.i18nc("@label", "Add a networked printer")
contentShown: true // by default expand the network printer list
@ -79,7 +79,7 @@ Item
anchors.top: addNetworkPrinterDropDown.bottom
anchors.left: parent.left
anchors.right: parent.right
anchors.margins: UM.Theme.getSize("wide_margin").width
anchors.topMargin: UM.Theme.getSize("wide_margin").height
title: catalog.i18nc("@label", "Add a non-networked printer")