forked from qt-creator/qt-creator
"Build Issues" was renamed to "Issues"
Change-Id: If514e2497a52456bfd16aaebf2a7c83def4621f7 Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
This commit is contained in:
committed by
Robert Löhning
parent
e4a7b0642b
commit
998281c5c9
@@ -361,7 +361,7 @@ void MemcheckErrorDelegate::paint(QPainter *painter, const QStyleOptionViewItem
|
||||
}
|
||||
}
|
||||
|
||||
// Separator lines (like build issues pane)
|
||||
// Separator lines (like Issues pane)
|
||||
painter->setPen(QColor::fromRgb(150,150,150));
|
||||
painter->drawLine(0, opt.rect.bottom(), opt.rect.right(), opt.rect.bottom());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user