mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-20 02:39:14 +08:00
Use themed margins
This commit is contained in:
parent
f6d212dc88
commit
e564687722
@ -35,7 +35,7 @@ Item
|
|||||||
anchors.top: titleLabel.bottom
|
anchors.top: titleLabel.bottom
|
||||||
anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
anchors.right: parent.right
|
anchors.right: parent.right
|
||||||
anchors.margins: 20
|
anchors.margins: UM.Theme.getSize("wide_margin").width
|
||||||
|
|
||||||
title: catalog.i18nc("@label", "Add a networked printer")
|
title: catalog.i18nc("@label", "Add a networked printer")
|
||||||
contentShown: true // by default expand the network printer list
|
contentShown: true // by default expand the network printer list
|
||||||
@ -80,7 +80,7 @@ Item
|
|||||||
anchors.top: addNetworkPrinterDropDown.bottom
|
anchors.top: addNetworkPrinterDropDown.bottom
|
||||||
anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
anchors.right: parent.right
|
anchors.right: parent.right
|
||||||
anchors.margins: 20
|
anchors.margins: UM.Theme.getSize("wide_margin").width
|
||||||
|
|
||||||
title: catalog.i18nc("@label", "Add a non-networked printer")
|
title: catalog.i18nc("@label", "Add a non-networked printer")
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user