summaryrefslogtreecommitdiffstats
path: root/Project/ElementPlotData.cpp
diff options
context:
space:
mode:
authorThales Lima Oliveira <thaleslima.ufu@gmail.com>2017-10-07 17:56:03 -0300
committerThales Lima Oliveira <thaleslima.ufu@gmail.com>2017-10-07 17:56:03 -0300
commit2552edfb5608ae15600aac38622354fe46701002 (patch)
treed7e8dfac1cb82081bc21577af8057abeec88f8d2 /Project/ElementPlotData.cpp
parentae9530685962e8d4d88c871ec7f5f896dd0b4a93 (diff)
downloadPSP.git-2552edfb5608ae15600aac38622354fe46701002.tar.gz
PSP.git-2552edfb5608ae15600aac38622354fe46701002.tar.xz
PSP.git-2552edfb5608ae15600aac38622354fe46701002.zip
MIMO fully implemented
Electromechanical adjusted Some control editor bugfixes
Diffstat (limited to 'Project/ElementPlotData.cpp')
-rw-r--r--Project/ElementPlotData.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Project/ElementPlotData.cpp b/Project/ElementPlotData.cpp
index d08108b..577ae23 100644
--- a/Project/ElementPlotData.cpp
+++ b/Project/ElementPlotData.cpp
@@ -33,7 +33,7 @@ void ElementPlotData::AddData(std::vector<double> values, wxString name)
data->SetAxis(0);
data->SetColour(*wxBLACK);
data->SetPenType(wxPENSTYLE_SOLID);
- data->SetThick(2);
+ data->SetThick(1);
m_elementData.push_back(data);
}