mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 03:29:00 +08:00
Fix 2 pixel space between save button and device selection menu button
This commit is contained in:
parent
dfef811821
commit
22fadf396a
@ -79,8 +79,9 @@ Rectangle {
|
|||||||
enabled: base.backendState == 2 && base.activity == true
|
enabled: base.backendState == 2 && base.activity == true
|
||||||
height: UM.Theme.getSize("save_button_save_to_button").height
|
height: UM.Theme.getSize("save_button_save_to_button").height
|
||||||
|
|
||||||
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:
|
||||||
@ -120,7 +121,7 @@ Rectangle {
|
|||||||
Button {
|
Button {
|
||||||
id: deviceSelectionMenu
|
id: deviceSelectionMenu
|
||||||
tooltip: catalog.i18nc("@info:tooltip","Select the active output device");
|
tooltip: catalog.i18nc("@info:tooltip","Select the active output device");
|
||||||
anchors.top:parent.top
|
anchors.top: parent.top
|
||||||
anchors.right: parent.right
|
anchors.right: parent.right
|
||||||
|
|
||||||
anchors.rightMargin: UM.Theme.getSize("default_margin").width
|
anchors.rightMargin: UM.Theme.getSize("default_margin").width
|
||||||
|
Loading…
x
Reference in New Issue
Block a user