From 1fcb990bd02da945ac0204caaed6a9aa1f6a7d5f Mon Sep 17 00:00:00 2001 From: Thales Lima Oliveira Date: Fri, 11 Aug 2017 18:49:13 -0300 Subject: General settings implemented A lot of pt-br translation Some forms sizes fixes init file fully implemented --- Project/ControlSystemTest.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Project/ControlSystemTest.cpp') diff --git a/Project/ControlSystemTest.cpp b/Project/ControlSystemTest.cpp index 48a0e1f..ed1ea39 100644 --- a/Project/ControlSystemTest.cpp +++ b/Project/ControlSystemTest.cpp @@ -9,6 +9,8 @@ ControlSystemTest::ControlSystemTest(ControlEditor* parent, double* simTime) : ControlSystemTestBase(parent) { + SetSize(GetBestSize()); + m_inputType = inputType; m_startTime = startTime; m_slope = slope; -- cgit