Added icons to recent posts in list from statistics info.

This commit is contained in:
23rd 2023-11-23 18:26:23 +03:00 committed by John Preston
parent 4ad51ffb42
commit 7681f14a3c
7 changed files with 2 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 497 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 976 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 465 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 855 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

View file

@ -104,8 +104,8 @@ statisticsRecentPostButton: SettingsButton(defaultSettingsButton) {
height: 56px;
padding: margins(7px, 0px, 24px, 0px);
}
statisticsRecentPostShareIcon: icon {{ "menu/forward", windowSubTextFg }};
statisticsRecentPostReactionIcon: icon {{ "menu/group_reactions", windowSubTextFg }};
statisticsRecentPostShareIcon: icon {{ "statistics/mini_stats_share", windowSubTextFg }};
statisticsRecentPostReactionIcon: icon {{ "statistics/mini_stats_like", windowSubTextFg }};
statisticsRecentPostUserpic: UserpicButton(defaultUserpicButton) {
size: size(contactsPhotoSize, contactsPhotoSize);
photoSize: contactsPhotoSize;