From b08b32af2c6c34fb0b17a6479b72e27a6301027b Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Wed, 7 Jan 2015 13:00:16 -0800 Subject: CVS import UI: mark the column names in blue as well And make the bubbles slightly larger. Signed-off-by: Dirk Hohndel --- qt-ui/divelogimportdialog.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'qt-ui') diff --git a/qt-ui/divelogimportdialog.cpp b/qt-ui/divelogimportdialog.cpp index b2100d26a..108de0f6b 100644 --- a/qt-ui/divelogimportdialog.cpp +++ b/qt-ui/divelogimportdialog.cpp @@ -501,7 +501,8 @@ void TagDragDelegate::paint(QPainter * painter, const QStyleOptionViewItem & opt { painter->save(); painter->setRenderHints(QPainter::Antialiasing); - painter->drawRoundedRect(option.rect.adjusted(4,4,-4,-4), 5, 5); + painter->setBrush(QBrush(AIR_BLUE_TRANS)); + painter->drawRoundedRect(option.rect.adjusted(2,2,-2,-2), 5, 5); painter->restore(); QStyledItemDelegate::paint(painter, option, index); } -- cgit v1.2.3-70-g09d2