From 17c42091f2840e6a1c6cbc2daf314a5a9aab851e Mon Sep 17 00:00:00 2001 From: shibakaneki Date: Tue, 16 Oct 2012 15:28:01 +0200 Subject: [PATCH] Changed the color --- src/domain/UBGraphicsItemDelegate.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/domain/UBGraphicsItemDelegate.cpp b/src/domain/UBGraphicsItemDelegate.cpp index 69b24e1a..54986d83 100644 --- a/src/domain/UBGraphicsItemDelegate.cpp +++ b/src/domain/UBGraphicsItemDelegate.cpp @@ -116,7 +116,7 @@ void DelegateButton::paint(QPainter *painter, const QStyleOptionGraphicsItem *op if (mIsPressed && mShowProgressIndicator) { QPen pen; - pen.setBrush(Qt::darkRed); + pen.setBrush(Qt::white); pen.setWidth(3); painter->save();