Commit 17c42091 authored by shibakaneki's avatar shibakaneki

Changed the color

parent b48ef4f6
...@@ -116,7 +116,7 @@ void DelegateButton::paint(QPainter *painter, const QStyleOptionGraphicsItem *op ...@@ -116,7 +116,7 @@ void DelegateButton::paint(QPainter *painter, const QStyleOptionGraphicsItem *op
if (mIsPressed && mShowProgressIndicator) { if (mIsPressed && mShowProgressIndicator) {
QPen pen; QPen pen;
pen.setBrush(Qt::darkRed); pen.setBrush(Qt::white);
pen.setWidth(3); pen.setWidth(3);
painter->save(); painter->save();
......
Markdown is supported
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