mirror of
https://github.com/vale981/tdesktop
synced 2025-03-06 02:01:40 -05:00
fixed new msg badge for retina
This commit is contained in:
parent
1fc405ea52
commit
4ffefe76fc
1 changed files with 1 additions and 1 deletions
|
@ -238,7 +238,7 @@ void TitleWidget::updateCounter() {
|
|||
style::color bg = (App::histories().unreadMuted < counter) ? st::counterBG : st::counterMuteBG;
|
||||
|
||||
if (counter > 0) {
|
||||
int32 size = -16;
|
||||
int32 size = cRetina() ? -32 : -16;
|
||||
switch (cScale()) {
|
||||
case dbisOneAndQuarter: size = -20; break;
|
||||
case dbisOneAndHalf: size = -24; break;
|
||||
|
|
Loading…
Add table
Reference in a new issue