Fix text overlapping problem for adhesion in recommended mode

CURA-4322
This commit is contained in:
Lipu Fei 2017-09-14 12:08:27 +02:00
parent 9683dcae72
commit d14ac9e258

View File

@ -766,6 +766,8 @@ Item
visible: adhesionCheckBox.visible
anchors.left: parent.left
anchors.leftMargin: UM.Theme.getSize("sidebar_margin").width
anchors.right: infillCellLeft.right
anchors.rightMargin: UM.Theme.getSize("sidebar_margin").width
anchors.verticalCenter: adhesionCheckBox.verticalCenter
text: catalog.i18nc("@label", "Build Plate Adhesion");
font: UM.Theme.getFont("default");