mirror of
https://github.com/vale981/tdesktop
synced 2025-03-06 10:11:41 -05:00
Fixed layout of names in profile peer list block.
This commit is contained in:
parent
7bb3b4d807
commit
74253fb7f2
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Reference in a new issue