diff --git a/plugins/PostProcessingPlugin/PostProcessingPlugin.qml b/plugins/PostProcessingPlugin/PostProcessingPlugin.qml index 0f379479ba..47eb1e5507 100644 --- a/plugins/PostProcessingPlugin/PostProcessingPlugin.qml +++ b/plugins/PostProcessingPlugin/PostProcessingPlugin.qml @@ -120,6 +120,8 @@ UM.Dialog UM.Label { Layout.fillWidth: true + Layout.preferredHeight: height + elide: Text.ElideRight text: manager.getScriptLabelByKey(modelData.toString()) }