fixed new msg badge for retina

This commit is contained in:
John Preston 2014-12-15 23:40:43 +03:00
parent 1fc405ea52
commit 4ffefe76fc
1 changed files with 1 additions and 1 deletions

View File

@ -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;