Skip to content

Commit 00615e1

Browse files
committed
Adjust the background opacity of the Menu
cutefishos/fishui#1
1 parent de2a3a9 commit 00615e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

widgetstyle/basestyle.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -2163,7 +2163,7 @@ void BaseStyle::drawPrimitive(PrimitiveElement elem,
21632163
painter->setRenderHint(QPainter::Antialiasing);
21642164
painter->setPen(Qt::NoPen);
21652165
QColor background(swatch.color(S_window));
2166-
background.setAlpha(150);
2166+
background.setAlpha(200);
21672167
painter->setBrush(background);
21682168
QRectF frameRect = strokedRect(option->rect, 1);
21692169
painter->drawRoundedRect(frameRect, Phantom::DefaultFrame_Radius, Phantom::DefaultFrame_Radius);

0 commit comments

Comments
 (0)