Skip to content

Commit

Permalink
Consistent line thickness for all input plots
Browse files Browse the repository at this point in the history
  • Loading branch information
stfnp committed Mar 17, 2018
1 parent 8ab9464 commit 76b110c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/gui/input/views/SplineView.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ SplineView::SplineView(const QString& x_label, const QString& y_label)

// Line
this->addGraph();
this->graph()->setPen({Qt::blue, 2});

// Control points
this->addGraph();
Expand Down

0 comments on commit 76b110c

Please sign in to comment.