diff --git a/Telegram/SourceFiles/data/data_media_types.cpp b/Telegram/SourceFiles/data/data_media_types.cpp index 968e3d4b95..d8c64f220e 100644 --- a/Telegram/SourceFiles/data/data_media_types.cpp +++ b/Telegram/SourceFiles/data/data_media_types.cpp @@ -1031,7 +1031,7 @@ std::unique_ptr MediaPhoto::createView( message, _chat, _photo, - st::msgServicePhotoWidth)); + st::msgServiceUserpicSuggestionPhotoWidth)); } return std::make_unique( message, diff --git a/Telegram/SourceFiles/ui/chat/chat.style b/Telegram/SourceFiles/ui/chat/chat.style index d10fada758..6e38f0467b 100644 --- a/Telegram/SourceFiles/ui/chat/chat.style +++ b/Telegram/SourceFiles/ui/chat/chat.style @@ -18,6 +18,7 @@ msgNameStyle: semiboldTextStyle; msgServiceFont: semiboldFont; msgServiceNameFont: semiboldFont; msgServicePhotoWidth: 100px; +msgServiceUserpicSuggestionPhotoWidth: 100px; msgDateFont: font(13px); msgMinWidth: 160px; msgPhotoSize: 33px;