diff --git a/Telegram/SourceFiles/history/history_widget.cpp b/Telegram/SourceFiles/history/history_widget.cpp index 8b74a4e7f3..0ce1ab5fad 100644 --- a/Telegram/SourceFiles/history/history_widget.cpp +++ b/Telegram/SourceFiles/history/history_widget.cpp @@ -4464,6 +4464,8 @@ bool HistoryWidget::updateCmdStartShown() { ? tr::lng_bot_menu_button() : rpl::single(_botMenuButtonText)), st::historyBotMenuButton); + orderWidgets(); + _botMenuButton->setTextTransform( Ui::RoundButton::TextTransform::NoTransform); _botMenuButton->setFullRadius(true);