mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-25 10:44:41 +02:00
parent
7fdac9cd94
commit
6fe0fe6fd6
1 changed files with 1 additions and 1 deletions
|
@ -916,7 +916,7 @@ void HideAllButton::paintEvent(QPaintEvent *e) {
|
|||
p.fillRect(width() - st::notifyBorderWidth, st::notifyBorderWidth, st::notifyBorderWidth, height() - 2 * st::notifyBorderWidth, st::notifyBorder);
|
||||
|
||||
p.setFont(st::defaultLinkButton.font);
|
||||
p.setPen(st::defaultLinkButton.color);
|
||||
p.setPen(_mouseOver ? st::lightButtonFgOver : st::lightButtonFg);
|
||||
p.drawText(rect(), lang(lng_notification_hide_all), style::al_center);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue