mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-17 06:37:24 +02:00
Fix premium settings cover.
This commit is contained in:
parent
7b4fca57ae
commit
3e5b52bc2e
1 changed files with 1 additions and 0 deletions
|
@ -558,6 +558,7 @@ void TopBar::paintEvent(QPaintEvent *e) {
|
|||
PainterHighQualityEnabler hq(p);
|
||||
if (_roundEdges) {
|
||||
const auto radius = st::boxRadius;
|
||||
p.setPen(Qt::NoPen);
|
||||
p.setBrush(gradient);
|
||||
p.drawRoundedRect(
|
||||
r + QMargins{ 0, 0, 0, radius + 1 },
|
||||
|
|
Loading…
Add table
Reference in a new issue