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/SumForm.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Project/SumForm.cpp') diff --git a/Project/SumForm.cpp b/Project/SumForm.cpp index 2bb7c67..fb0fa58 100644 --- a/Project/SumForm.cpp +++ b/Project/SumForm.cpp @@ -4,6 +4,8 @@ SumForm::SumForm(wxWindow* parent, Sum* sum) : SumFormBase(parent) { + SetSize(GetBestSize()); + m_parent = parent; m_sum = sum; -- cgit