From 2978b09e26b30b3ce007db04fdb8ce05026f35fa Mon Sep 17 00:00:00 2001 From: Kostas Karmas Date: Tue, 31 Mar 2020 11:22:07 +0200 Subject: [PATCH] Wrap the restart prompt text in Marketplace CURA-7332 --- plugins/Toolbox/resources/qml/components/ToolboxFooter.qml | 1 + 1 file changed, 1 insertion(+) 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