summaryrefslogtreecommitdiffstats
path: root/Project/PropertiesFormBase.cpp
diff options
context:
space:
mode:
authorThales Lima Oliveira <thaleslima.ufu@gmail.com>2018-04-11 01:21:02 -0300
committerThales Lima Oliveira <thaleslima.ufu@gmail.com>2018-04-11 01:21:02 -0300
commit0bb3f790ae87092ed842becdeb07a02445662814 (patch)
treedf533cc619c80c8b2905ae82c348883964530ab4 /Project/PropertiesFormBase.cpp
parent8824eb42aed594822b1a46e0d1492535efacda0e (diff)
downloadPSP.git-0bb3f790ae87092ed842becdeb07a02445662814.tar.gz
PSP.git-0bb3f790ae87092ed842becdeb07a02445662814.tar.xz
PSP.git-0bb3f790ae87092ed842becdeb07a02445662814.zip
Bugfixes and translation update
Diffstat (limited to 'Project/PropertiesFormBase.cpp')
-rw-r--r--Project/PropertiesFormBase.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/Project/PropertiesFormBase.cpp b/Project/PropertiesFormBase.cpp
index 60ae2a0..3d2a7a0 100644
--- a/Project/PropertiesFormBase.cpp
+++ b/Project/PropertiesFormBase.cpp
@@ -277,8 +277,9 @@ SimulationsSettingsFormBase::SimulationsSettingsFormBase(wxWindow* parent, wxWin
#endif
boxSizerLvl5_17->Add(m_textCtrlPFSlackBusAngle, 1, wxLEFT|wxRIGHT|wxBOTTOM|wxALIGN_CENTER_VERTICAL, WXC_FROM_DIP(5));
+ m_textCtrlPFSlackBusAngle->SetMinSize(wxSize(20,-1));
- m_staticTextDeg_1 = new wxStaticText(m_panelPF, wxID_ANY, _("º"), wxDefaultPosition, wxDLG_UNIT(m_panelPF, wxSize(-1,-1)), 0);
+ m_staticTextDeg_1 = new wxStaticText(m_panelPF, wxID_ANY, _("degrees"), wxDefaultPosition, wxDLG_UNIT(m_panelPF, wxSize(-1,-1)), 0);
boxSizerLvl5_17->Add(m_staticTextDeg_1, 0, wxLEFT|wxRIGHT|wxBOTTOM|wxALIGN_CENTER_VERTICAL, WXC_FROM_DIP(5));
@@ -772,7 +773,7 @@ AboutFormBase::AboutFormBase(wxWindow* parent, wxWindowID id, const wxString& ti
flexGridSizer247->Add(m_staticTextVersionLabel, 0, wxALL, WXC_FROM_DIP(5));
- m_staticTextVersion = new wxStaticText(this, wxID_ANY, _("Alpha 2017w45a"), wxDefaultPosition, wxDLG_UNIT(this, wxSize(-1,-1)), 0);
+ m_staticTextVersion = new wxStaticText(this, wxID_ANY, _("Alpha 2018w15a"), wxDefaultPosition, wxDLG_UNIT(this, wxSize(-1,-1)), 0);
flexGridSizer247->Add(m_staticTextVersion, 0, wxALL, WXC_FROM_DIP(5));