diff options
Diffstat (limited to 'src/dolphincategorydrawer.cpp')
| -rw-r--r-- | src/dolphincategorydrawer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphincategorydrawer.cpp b/src/dolphincategorydrawer.cpp index bd88d5e5c..2a5cd9e22 100644 --- a/src/dolphincategorydrawer.cpp +++ b/src/dolphincategorydrawer.cpp @@ -98,7 +98,7 @@ void DolphinCategoryDrawer::drawCategory(const QModelIndex &index, int sortRole, } else if (option.state & QStyle::State_MouseOver) { - QColor hover = option.palette.color(QPalette::Highlight).light(); + QColor hover = option.palette.color(QPalette::Highlight); hover.setAlpha(88); QLinearGradient gradient(option.rect.topLeft(), |
