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/LineForm.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/LineForm.cpp')
-rw-r--r-- | Project/LineForm.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Project/LineForm.cpp b/Project/LineForm.cpp index 3c288b1..beab909 100644 --- a/Project/LineForm.cpp +++ b/Project/LineForm.cpp @@ -4,6 +4,7 @@ LineForm::LineForm(wxWindow* parent, Line* line) : LineFormBase(parent) { + SetSize(GetBestSize()); m_choiceResistance->SetString(1, L'\u03A9'); m_choiceResistance->SetString(2, (wxString)L'\u03A9' + "/km"); m_choiceResistance->SetInitialSize(); |