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/IndMotorForm.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'Project/IndMotorForm.cpp') diff --git a/Project/IndMotorForm.cpp b/Project/IndMotorForm.cpp index 177b42b..6af2433 100644 --- a/Project/IndMotorForm.cpp +++ b/Project/IndMotorForm.cpp @@ -3,6 +3,7 @@ IndMotorForm::IndMotorForm(wxWindow* parent, IndMotor* indMotor) : IndMotorFormBase(parent) { + SetSize(GetBestSize()); m_buttonStabButton->Enable(false); IndMotorElectricalData data = indMotor->GetElectricalData(); -- cgit