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:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user