From 5581705a0f50d061902a6a2eb836f898ea86867d Mon Sep 17 00:00:00 2001 From: Kostas Karmas Date: Tue, 31 Mar 2020 11:32:34 +0200 Subject: [PATCH] Revert "Wrap the restart prompt text in Marketplace" This reverts commit 2978b09e26b30b3ce007db04fdb8ce05026f35fa. --- plugins/Toolbox/resources/qml/components/ToolboxFooter.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/Toolbox/resources/qml/components/ToolboxFooter.qml b/plugins/Toolbox/resources/qml/components/ToolboxFooter.qml index d2b52d27d3..293e918d92 100644 --- a/plugins/Toolbox/resources/qml/components/ToolboxFooter.qml +++ b/plugins/Toolbox/resources/qml/components/ToolboxFooter.qml @@ -17,7 +17,6 @@ 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