From 86e2a407455b8f52059404622edff7d2b626b4d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anders=20Sandstr=C3=B6m?= Date: Fri, 18 Aug 2023 15:44:00 +0200 Subject: [PATCH] WIP --- tools/ecmcMotionMainPyQtGraph.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)