Skip to content

Commit

Permalink
file-shredder: adjust ui
Browse files Browse the repository at this point in the history
  • Loading branch information
rekols committed Jun 22, 2019
1 parent 6e02ad3 commit 8b23c11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sysbro-file-shredder/fileitemdelegate.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ void FileItemDelegate::paint(QPainter *painter, const QStyleOptionViewItem &opti
painter->setRenderHint(QPainter::Antialiasing);

if (option.state & QStyle::State_Selected) {
painter->fillRect(option.rect, QColor("#2CA7F8"));
painter->setPen(Qt::white);
painter->fillRect(option.rect, QColor("#D0E8FA"));
painter->setPen(QColor("#2CA7F8"));
} else {
painter->setPen(QColor("#303030"));
}
Expand Down

0 comments on commit 8b23c11

Please sign in to comment.