From 74253fb7f22eba3c84d2864c8759eadd0aaf7ed3 Mon Sep 17 00:00:00 2001 From: John Preston Date: Fri, 4 Nov 2016 11:53:43 +0300 Subject: [PATCH] Fixed layout of names in profile peer list block. --- Telegram/SourceFiles/profile/profile_block_peer_list.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Telegram/SourceFiles/profile/profile_block_peer_list.cpp b/Telegram/SourceFiles/profile/profile_block_peer_list.cpp index 5cb0392dd..587b5b757 100644 --- a/Telegram/SourceFiles/profile/profile_block_peer_list.cpp +++ b/Telegram/SourceFiles/profile/profile_block_peer_list.cpp @@ -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();