diff --git a/plugins/Toolbox/resources/qml/components/ToolboxFooter.qml b/plugins/Toolbox/resources/qml/components/ToolboxFooter.qml index 293e918d92..d2b52d27d3 100644 --- a/plugins/Toolbox/resources/qml/components/ToolboxFooter.qml +++ b/plugins/Toolbox/resources/qml/components/ToolboxFooter.qml @@ -17,6 +17,7 @@ Item Label { text: catalog.i18nc("@info", "You will need to restart Cura before changes in packages have effect.") + wrapMode: Text.Wrap color: UM.Theme.getColor("text") height: UM.Theme.getSize("toolbox_footer_button").height verticalAlignment: Text.AlignVCenter