From 019121521589908fc5328f19003704e71f25d680 Mon Sep 17 00:00:00 2001 From: Simon Edwards Date: Mon, 9 Oct 2017 15:27:01 +0200 Subject: [PATCH] Let the printer state text wrap too CL-521 --- plugins/UM3NetworkPrinting/PrinterInfoBlock.qml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/UM3NetworkPrinting/PrinterInfoBlock.qml b/plugins/UM3NetworkPrinting/PrinterInfoBlock.qml index da5ebc7e37..e2c6473da7 100644 --- a/plugins/UM3NetworkPrinting/PrinterInfoBlock.qml +++ b/plugins/UM3NetworkPrinting/PrinterInfoBlock.qml @@ -404,6 +404,8 @@ Rectangle anchors.left: parent.left anchors.right: parent.right elide: Text.ElideRight + wrapMode: Text.Wrap + font: UM.Theme.getFont("default") }