mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 19:29:02 +08:00
Fix incorrect margin
CURA-6057
This commit is contained in:
parent
8b7389c4c0
commit
52589ffcad
@ -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…
x
Reference in New Issue
Block a user