mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 19:09:01 +08:00
Fix 2 pixel space between save button and device selection menu button
This commit is contained in:
parent
dfef811821
commit
22fadf396a
@ -81,6 +81,7 @@ Rectangle {
|
|||||||
|
|
||||||
anchors.top: parent.top
|
anchors.top: parent.top
|
||||||
anchors.right: deviceSelectionMenu.left;
|
anchors.right: deviceSelectionMenu.left;
|
||||||
|
anchors.rightMargin: -3 * UM.Theme.getSize("default_lining").width;
|
||||||
|
|
||||||
text: UM.OutputDeviceManager.activeDeviceShortDescription
|
text: UM.OutputDeviceManager.activeDeviceShortDescription
|
||||||
onClicked:
|
onClicked:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user