diff --git a/tools/ecmcMotionMainPyQtGraph.py b/tools/ecmcMotionMainPyQtGraph.py index 07a98e3..6241e66 100644 --- a/tools/ecmcMotionMainPyQtGraph.py +++ b/tools/ecmcMotionMainPyQtGraph.py @@ -174,7 +174,7 @@ class ecmcMtnMainGui(QtWidgets.QDialog): self.pause = 0 self.createWidgets() - self.resize(1000,850) + self.resize(1800,850) self.connectToEcmc() self.bufferSize = int(self.sampleRate*xMaxTime)