From e28cf106e3452d5242b6fc8455ed16fd27e059f6 Mon Sep 17 00:00:00 2001 From: daid Date: Fri, 18 Apr 2014 12:11:33 +0200 Subject: [PATCH] Possible fix for issue #818 --- Cura/gui/printWindow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cura/gui/printWindow.py b/Cura/gui/printWindow.py index dfa29598..089bfd8e 100644 --- a/Cura/gui/printWindow.py +++ b/Cura/gui/printWindow.py @@ -350,7 +350,7 @@ class printWindowBasic(wx.Frame): self.Centre() self.progress.SetMinSize(self.progress.GetSize()) - self.statsText.SetLabel('') + self.statsText.SetLabel('\n\n') self._updateButtonStates() self._printerConnection.addCallback(self._doPrinterConnectionUpdate) -- 2.30.2