diff --git a/plugins/Toolbox/resources/qml/components/ToolboxFooter.qml b/plugins/Toolbox/resources/qml/components/ToolboxFooter.qml index ac7b8d1ca0..293e918d92 100644 --- a/plugins/Toolbox/resources/qml/components/ToolboxFooter.qml +++ b/plugins/Toolbox/resources/qml/components/ToolboxFooter.qml @@ -17,10 +17,10 @@ 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 + wrapMode: Text.WordWrap anchors { top: restartButton.top