mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-17 04:45:54 +08:00
Realign the selectboxes
CURA-3810
This commit is contained in:
parent
fc7a32ca7f
commit
4c88b82b99
@ -209,7 +209,7 @@ Column
|
|||||||
width: height
|
width: height
|
||||||
|
|
||||||
anchors.left: variantLabel.right
|
anchors.left: variantLabel.right
|
||||||
anchors.leftMargin: UM.Theme.getSize("default_margin").width * 2
|
anchors.leftMargin: UM.Theme.getSize("default_margin").width
|
||||||
anchors.verticalCenter: parent.verticalCenter
|
anchors.verticalCenter: parent.verticalCenter
|
||||||
|
|
||||||
visible: extrudersList.visible
|
visible: extrudersList.visible
|
||||||
@ -248,7 +248,7 @@ Column
|
|||||||
anchors.verticalCenter: parent.verticalCenter
|
anchors.verticalCenter: parent.verticalCenter
|
||||||
anchors.right: parent.right
|
anchors.right: parent.right
|
||||||
|
|
||||||
width: parent.width * 0.50 + UM.Theme.getSize("default_margin").width
|
width: parent.width * 0.55 + UM.Theme.getSize("default_margin").width
|
||||||
height: UM.Theme.getSize("setting_control").height
|
height: UM.Theme.getSize("setting_control").height
|
||||||
|
|
||||||
ToolButton {
|
ToolButton {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user