diff --git a/Telegram/SourceFiles/info/profile/info_profile_top_bar.cpp b/Telegram/SourceFiles/info/profile/info_profile_top_bar.cpp index 9fc34ecfe8..c50e8e0c7b 100644 --- a/Telegram/SourceFiles/info/profile/info_profile_top_bar.cpp +++ b/Telegram/SourceFiles/info/profile/info_profile_top_bar.cpp @@ -1962,7 +1962,7 @@ void TopBar::showTopBarMenu( _peerMenu->popup(_actionMore ? _actionMore->mapToGlobal( QPoint( - _actionMore->width(), + _actionMore->width() + _peerMenu->st().shadow.extend.right(), _actionMore->height() + st::infoProfileTopBarActionMenuSkip)) : QCursor::pos()); }