mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-30 22:16:14 +00:00
Collapse forum row height in narrow layout.
This commit is contained in:
@@ -89,9 +89,11 @@ public:
|
||||
return _top;
|
||||
}
|
||||
[[nodiscard]] int height() const {
|
||||
Expects(_height != 0);
|
||||
|
||||
return _height;
|
||||
}
|
||||
void recountHeight();
|
||||
void recountHeight(float64 narrowRatio);
|
||||
|
||||
void updateCornerBadgeShown(
|
||||
not_null<PeerData*> peer,
|
||||
|
Reference in New Issue
Block a user