mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Fix collapsed narrow archive row display.
This commit is contained in:
@@ -867,10 +867,12 @@ void InnerWidget::paintCollapsedRow(
|
||||
|
||||
const auto text = row->folder->chatListName();
|
||||
const auto unread = row->folder->chatListBadgesState().unreadCounter;
|
||||
const auto fullWidth = width();
|
||||
Ui::PaintCollapsedRow(p, row->row, row->folder, text, unread, {
|
||||
.st = _st,
|
||||
.width = width(),
|
||||
.width = fullWidth,
|
||||
.selected = selected,
|
||||
.narrow = (fullWidth < st::columnMinimalWidthLeft),
|
||||
});
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user