aboutsummaryrefslogtreecommitdiff
path: root/stfstrokeitem.cc
diff options
context:
space:
mode:
Diffstat (limited to 'stfstrokeitem.cc')
-rw-r--r--stfstrokeitem.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/stfstrokeitem.cc b/stfstrokeitem.cc
index 10395e2..e2a7714 100644
--- a/stfstrokeitem.cc
+++ b/stfstrokeitem.cc
@@ -29,7 +29,7 @@ StfStrokeItem::StfStrokeItem(const QPainterPath &stroke, const PaperReplay::Sess
_startTime(startTime), _endTime(endTime)
{
if (_session.isValid()) {
- setPen(QPen(Qt::green));
+ setPen(QPen(Qt::darkGreen));
setCursor(Qt::PointingHandCursor);
}
}