mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 05:45:55 +08:00
Use default margin for network printer button
This commit is contained in:
parent
bff9287094
commit
f13ceb2a4d
@ -91,7 +91,7 @@ Item
|
|||||||
|
|
||||||
anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
anchors.right: parent.right
|
anchors.right: parent.right
|
||||||
anchors.rightMargin: 10
|
anchors.rightMargin: UM.Theme.getSize("default_margin").width
|
||||||
outputDevice: modelData.device
|
outputDevice: modelData.device
|
||||||
|
|
||||||
enabled: !modelData.is_unknown_machine_type
|
enabled: !modelData.is_unknown_machine_type
|
||||||
|
Loading…
x
Reference in New Issue
Block a user