mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-01-07 02:24:27 -08:00
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user