diff options
author | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2017-08-11 18:49:13 -0300 |
---|---|---|
committer | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2017-08-11 18:49:13 -0300 |
commit | 1fcb990bd02da945ac0204caaed6a9aa1f6a7d5f (patch) | |
tree | bfd5888f0d90d1248260e77ebc46492dc6aab250 /Project/LoadForm.cpp | |
parent | e5f19af9a5829a307951785e850e53fc4fcfac90 (diff) | |
download | PSP.git-1fcb990bd02da945ac0204caaed6a9aa1f6a7d5f.tar.gz PSP.git-1fcb990bd02da945ac0204caaed6a9aa1f6a7d5f.tar.xz PSP.git-1fcb990bd02da945ac0204caaed6a9aa1f6a7d5f.zip |
General settings implemented
A lot of pt-br translation
Some forms sizes fixes
init file fully implemented
Diffstat (limited to 'Project/LoadForm.cpp')
-rw-r--r-- | Project/LoadForm.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Project/LoadForm.cpp b/Project/LoadForm.cpp index 549762a..270723a 100644 --- a/Project/LoadForm.cpp +++ b/Project/LoadForm.cpp @@ -4,6 +4,7 @@ LoadForm::LoadForm(wxWindow* parent, Load* load) : LoadFormBase(parent) { + SetSize(GetBestSize()); LoadElectricalData data = load->GetElectricalData(); m_textCtrlName->SetValue(data.name); |