Commit ecaaa9ee authored by Zach's avatar Zach
Browse files

Merge pull request #1022 from poixen/orange_pt

Changed pt to orange
parents 54f0706b ff1aec40
......@@ -111,7 +111,7 @@ void CardItem::paint(QPainter *painter, const QStyleOptionGraphicsItem *option,
QStringList ptSplit = pt.split("/");
if (ptDbSplit.at(0) != ptSplit.at(0) || ptDbSplit.at(1) != ptSplit.at(1))
painter->setPen(QColor(0, 195, 255));
painter->setPen(QColor(255, 150, 0));
else
painter->setPen(Qt::white);
painter->setBackground(Qt::black);
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment