mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 14:38:15 +00:00
Add a distinct forum icon in chats list.
This commit is contained in:
@@ -700,7 +700,9 @@ void Generator::paintRow(const Row &row) {
|
||||
})();
|
||||
if (chatTypeIcon) {
|
||||
(*chatTypeIcon)[_palette].paint(*_p, rectForName.topLeft(), fullWidth);
|
||||
rectForName.setLeft(rectForName.left() + st::dialogsChatTypeSkip);
|
||||
rectForName.setLeft(rectForName.left()
|
||||
+ chatTypeIcon->width()
|
||||
+ st::dialogsChatTypeSkip);
|
||||
}
|
||||
|
||||
auto texttop = y + st.textTop;
|
||||
|
Reference in New Issue
Block a user