summaryrefslogtreecommitdiffstats
path: root/Project/ExponentialForm.cpp
diff options
context:
space:
mode:
authorThales Lima Oliveira <thaleslima.ufu@gmail.com>2017-08-11 18:49:13 -0300
committerThales Lima Oliveira <thaleslima.ufu@gmail.com>2017-08-11 18:49:13 -0300
commit1fcb990bd02da945ac0204caaed6a9aa1f6a7d5f (patch)
treebfd5888f0d90d1248260e77ebc46492dc6aab250 /Project/ExponentialForm.cpp
parente5f19af9a5829a307951785e850e53fc4fcfac90 (diff)
downloadPSP.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/ExponentialForm.cpp')
-rw-r--r--Project/ExponentialForm.cpp2
1 files changed, 2 insertions, 0 deletions
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");