Skip to content

Commit

Permalink
fixed kmessagewidget
Browse files Browse the repository at this point in the history
  • Loading branch information
memurats committed Oct 23, 2024
1 parent ea3db3c commit a341be7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/3rdparty/kmessagewidget/kmessagewidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,6 @@ void KMessageWidgetPrivate::applyStyleSheet()
bgBaseColor.setRgb(218, 68, 83); // Window: ForegroundNegative
break;
}
const qreal bgBaseColorAlpha = 0.2;
const qreal bgBaseColorAlpha = 1.0;
bgBaseColor.setAlphaF(bgBaseColorAlpha);

Expand Down

0 comments on commit a341be7

Please sign in to comment.