Changed pt to orange

After feedback, and also noticing myself, the blue requires a little
more focus than should be nessesarry. I have updated to be orange, which
feels more comfortable. I have polled the community and they also agree
orange > blue.
This commit is contained in:
Matt Lowe 2015-04-25 23:06:41 +02:00
parent a16f8e02e3
commit ff1aec406b

View file

@ -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);