mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-02 23:55:12 +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 text = row->folder->chatListName();
|
||||||
const auto unread = row->folder->chatListBadgesState().unreadCounter;
|
const auto unread = row->folder->chatListBadgesState().unreadCounter;
|
||||||
|
const auto fullWidth = width();
|
||||||
Ui::PaintCollapsedRow(p, row->row, row->folder, text, unread, {
|
Ui::PaintCollapsedRow(p, row->row, row->folder, text, unread, {
|
||||||
.st = _st,
|
.st = _st,
|
||||||
.width = width(),
|
.width = fullWidth,
|
||||||
.selected = selected,
|
.selected = selected,
|
||||||
|
.narrow = (fullWidth < st::columnMinimalWidthLeft),
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user