Merge pull request #18589 from Ultimaker/CURA-11697

Fix post processing plugin button alignment
This commit is contained in:
Saumya Jain 2024-03-14 17:19:20 +01:00 committed by GitHub
commit a80ee3fb42
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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