2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Improve narrow topics column in forum.

This commit is contained in:
John Preston
2022-10-21 14:36:05 +04:00
parent ce17904dcc
commit eab23df174
4 changed files with 33 additions and 17 deletions

View File

@@ -309,7 +309,7 @@ void PaintRow(
}
auto nameleft = context.st->nameLeft;
if (context.width <= nameleft) {
if (context.narrow) {
if (!draft && item && !item->isEmpty()) {
PaintNarrowCounter(p, context, badgesState);
}