mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 23:23:57 -06:00
Fix incorrect margin
CURA-6057
This commit is contained in:
parent
8b7389c4c0
commit
52589ffcad
1 changed files with 2 additions and 2 deletions
|
@ -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")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue