mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Fixed layout of names in profile peer list block.
This commit is contained in:
@@ -82,8 +82,8 @@ void PeerListWidget::paintItem(Painter &p, int x, int y, Item *item, bool select
|
||||
}
|
||||
|
||||
int memberRowWidth = width() - x;
|
||||
accumulate_min(memberRowWidth, st::profileBlockWideWidthMax);
|
||||
if (selected) {
|
||||
accumulate_min(memberRowWidth, st::profileBlockWideWidthMax);
|
||||
paintOutlinedRect(p, x, y, memberRowWidth, st::profileMemberHeight);
|
||||
}
|
||||
int skip = st::profileMemberPhotoPosition.x();
|
||||
|
Reference in New Issue
Block a user