chiark / gitweb /
Changed position of errorlog in connection check. Fixes #592
authornallath <nallath@gmail.com>
Tue, 4 Mar 2014 10:05:23 +0000 (11:05 +0100)
committernallath <nallath@gmail.com>
Tue, 4 Mar 2014 10:05:23 +0000 (11:05 +0100)
Cura/gui/printWindow.py

index 4d1f90eec9b29119dbd4a71721a329b03a2402ee..19b9f365943b089c8334f2e689f820a61432f599 100644 (file)
@@ -577,5 +577,4 @@ class LogWindow(wx.Frame):
                super(LogWindow, self).__init__(None, title="Error log")
                self.textBox = wx.TextCtrl(self, -1, logText, style=wx.TE_MULTILINE | wx.TE_DONTWRAP | wx.TE_READONLY)
                self.SetSize((500, 400))
-               self.Centre()
                self.Show(True)