Fix post processing plugin button alignment

This was caused by the label within the component spanning multiple lines, causing the height of the component to increase. Since the buttons were vertically aligned the positioning of these buttons are impacted.

CURA-11697
This commit is contained in:
c.lamboo 2024-03-13 12:00:32 +01:00
parent 77c1dca7ff
commit f5877d3bce

View file

@ -120,6 +120,8 @@ UM.Dialog
UM.Label
{
Layout.fillWidth: true
Layout.preferredHeight: height
elide: Text.ElideRight
text: manager.getScriptLabelByKey(modelData.toString())
}