mirror of
https://github.com/strawberrymusicplayer/strawberry
synced 2025-02-07 15:28:47 +01:00
Increase pen size for OSD Pretty border
Workaround for QTBUG-93476 Fixes #708
This commit is contained in:
parent
e56defdc50
commit
91eee99bab
@ -329,7 +329,7 @@ void OSDPretty::paintEvent(QPaintEvent*) {
|
||||
|
||||
// Box border
|
||||
p.setBrush(QBrush());
|
||||
p.setPen(QPen(background_color_.darker(150), 2));
|
||||
p.setPen(QPen(background_color_.darker(150), 3));
|
||||
p.drawRoundedRect(box, kBorderRadius, kBorderRadius);
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user