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/ExponentialForm.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Project/ExponentialForm.cpp') diff --git a/Project/ExponentialForm.cpp b/Project/ExponentialForm.cpp index a2b487a..4ab040b 100644 --- a/Project/ExponentialForm.cpp +++ b/Project/ExponentialForm.cpp @@ -3,6 +3,8 @@ ExponentialForm::ExponentialForm(wxWindow* parent, Exponential* exponential) : ExponentialFormBase(parent) { + SetSize(GetBestSize()); + wxString expSymbol = wxString::FromUTF8("\xF0\x9D\x91\x92"); wxString superscriptCapitalB = wxString::FromUTF8("\xE1\xB4\xAE"); wxString superscriptSmallX = wxString::FromUTF8("\xCB\xA3"); -- cgit