mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-03-19 09:58:52 +00:00
Fix 125% scale active account check.
This commit is contained in:
parent
5689154ec5
commit
1757dd856b
@ -198,7 +198,7 @@ void MainMenu::AccountButton::paintUserpic(Painter &p) {
|
||||
user->paintUserpicLeft(p, _userpicView, x, y, width(), size);
|
||||
return;
|
||||
}
|
||||
const auto added = y;
|
||||
const auto added = st::mainMenuAccountCheck.size;
|
||||
const auto cacheSize = QSize(size + added, size + added)
|
||||
* cIntRetinaFactor();
|
||||
const auto key = user->userpicUniqueKey(_userpicView);
|
||||
|
Loading…
Reference in New Issue
Block a user