Align the "Enable Gradual" text with the corresponding checkbox.

This commit is contained in:
Diego Prado Gesto 2018-09-27 19:31:45 +02:00
parent 6ac48a82c4
commit 046fca5d0f

View file

@ -784,8 +784,10 @@ Item
Label {
id: gradualInfillLabel
height: parent.height
anchors.left: enableGradualInfillCheckBox.right
anchors.leftMargin: Math.round(UM.Theme.getSize("sidebar_margin").width / 2)
verticalAlignment: Text.AlignVCenter;
text: catalog.i18nc("@label", "Enable gradual")
font: UM.Theme.getFont("default")
color: UM.Theme.getColor("text")