Remove unnecessary anchors

Contributes to issue CURA-5876.
This commit is contained in:
Ghostkeeper 2018-12-04 14:38:13 +01:00
parent 347240410a
commit 2dde2438b2
No known key found for this signature in database
GPG key ID: 86BEF881AE2CF276

View file

@ -159,11 +159,7 @@ Cura.ExpandableComponent
visible: popupItem.configuration_method == ConfigurationMenu.ConfigurationMethod.AUTO
text: catalog.i18nc("@label", "Custom")
anchors
{
right: parent.right
top: parent.top
}
anchors.right: parent.right
iconSource: UM.Theme.getIcon("arrow_right")
iconOnRightSide: true
@ -177,12 +173,6 @@ Cura.ExpandableComponent
visible: popupItem.configuration_method == ConfigurationMenu.ConfigurationMethod.CUSTOM
text: catalog.i18nc("@label", "Configurations")
anchors
{
left: parent.left
top: parent.top
}
iconSource: UM.Theme.getIcon("arrow_left")
onClicked: popupItem.configuration_method = ConfigurationMenu.ConfigurationMethod.AUTO