forked from qt-creator/qt-creator
Fixes: Reduced hover glow
Details: I think the animations are a bit too much at the moment. It looks a bit more refined when they are subtle...
This commit is contained in:
@@ -158,7 +158,7 @@ void FancyTabBar::paintTab(QPainter *painter, int tabIndex) const
|
||||
QColor hoverColor;
|
||||
|
||||
if (hover) {
|
||||
hoverColor = QColor(255, 255, 255, m_hoverControl.currentFrame()*2);
|
||||
hoverColor = QColor(255, 255, 255, m_hoverControl.currentFrame());
|
||||
}
|
||||
|
||||
QColor light = QColor(255, 255, 255, 40);
|
||||
|
||||
Reference in New Issue
Block a user