diff --git a/plugins/Toolbox/resources/qml/components/ToolboxFooter.qml b/plugins/Toolbox/resources/qml/components/ToolboxFooter.qml index 8408f94fe7..293e918d92 100644 --- a/plugins/Toolbox/resources/qml/components/ToolboxFooter.qml +++ b/plugins/Toolbox/resources/qml/components/ToolboxFooter.qml @@ -20,12 +20,13 @@ Item color: UM.Theme.getColor("text") height: UM.Theme.getSize("toolbox_footer_button").height verticalAlignment: Text.AlignVCenter + wrapMode: Text.WordWrap anchors { top: restartButton.top left: parent.left leftMargin: UM.Theme.getSize("wide_margin").width - right: restartButton.right + right: restartButton.left rightMargin: UM.Theme.getSize("default_margin").width } renderType: Text.NativeRendering