2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-09-05 09:05:14 +00:00

Use Data::CloudImage for userpics.

This commit is contained in:
John Preston
2020-05-28 18:32:10 +04:00
parent 249f7813c1
commit f066e0f05a
55 changed files with 748 additions and 284 deletions

View File

@@ -273,6 +273,7 @@ void paintRow(
} else {
entry->paintUserpicLeft(
p,
row->userpicView(),
st::dialogsPadding.x(),
st::dialogsPadding.y(),
fullWidth,
@@ -946,6 +947,7 @@ void PaintCollapsedRow(
} else {
folder->paintUserpicLeft(
p,
row.userpicView(),
(fullWidth - st::dialogsUnreadHeight) / 2,
unreadTop,
fullWidth,