mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-04 04:23:58 -06:00
Use default margin for network printer button
This commit is contained in:
parent
bff9287094
commit
f13ceb2a4d
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ Item
|
|||
|
||||
anchors.left: parent.left
|
||||
anchors.right: parent.right
|
||||
anchors.rightMargin: 10
|
||||
anchors.rightMargin: UM.Theme.getSize("default_margin").width
|
||||
outputDevice: modelData.device
|
||||
|
||||
enabled: !modelData.is_unknown_machine_type
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue