mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Fix text overlapping problem for adhesion in recommended mode
CURA-4322
This commit is contained in:
parent
9683dcae72
commit
d14ac9e258
1 changed files with 2 additions and 0 deletions
|
|
@ -766,6 +766,8 @@ Item
|
||||||
visible: adhesionCheckBox.visible
|
visible: adhesionCheckBox.visible
|
||||||
anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
anchors.leftMargin: UM.Theme.getSize("sidebar_margin").width
|
anchors.leftMargin: UM.Theme.getSize("sidebar_margin").width
|
||||||
|
anchors.right: infillCellLeft.right
|
||||||
|
anchors.rightMargin: UM.Theme.getSize("sidebar_margin").width
|
||||||
anchors.verticalCenter: adhesionCheckBox.verticalCenter
|
anchors.verticalCenter: adhesionCheckBox.verticalCenter
|
||||||
text: catalog.i18nc("@label", "Build Plate Adhesion");
|
text: catalog.i18nc("@label", "Build Plate Adhesion");
|
||||||
font: UM.Theme.getFont("default");
|
font: UM.Theme.getFont("default");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue