Skip to content

Commit

Permalink
Merge 4b677cc into ce83e71
Browse files Browse the repository at this point in the history
  • Loading branch information
agarny committed Sep 23, 2018
2 parents ce83e71 + 4b677cc commit e4b00c0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ static const QColor Red = QColor::fromRgb(162, 20, 47);
static const bool DefaultGraphSelected = true;
static const auto DefaultGraphTitle = QStringLiteral("");
static const Qt::PenStyle DefaultGraphLineStyle = Qt::SolidLine;
static const int DefaultGraphLineWidth = 1;
static const int DefaultGraphLineWidth = 2;
static const QColor DefaultGraphLineColor = DarkBlue;
static const QwtSymbol::Style DefaultGraphSymbolStyle = QwtSymbol::NoSymbol;
static const int DefaultGraphSymbolSize = 8;
Expand Down

0 comments on commit e4b00c0

Please sign in to comment.