diff --git a/Telegram/SourceFiles/history/admin_log/history_admin_log_inner.cpp b/Telegram/SourceFiles/history/admin_log/history_admin_log_inner.cpp index 20b195e8dc..4e8258d67f 100644 --- a/Telegram/SourceFiles/history/admin_log/history_admin_log_inner.cpp +++ b/Telegram/SourceFiles/history/admin_log/history_admin_log_inner.cpp @@ -1181,7 +1181,7 @@ void InnerWidget::showContextMenu(QContextMenuEvent *e, bool showFromTouch) { _menu = base::make_unique_q( this, - st::popupMenuWithIcons); + st::popupMenuExpandedSeparator); const auto link = ClickHandler::getActive(); auto view = Element::Hovered() diff --git a/Telegram/SourceFiles/menu/menu_antispam_validator.cpp b/Telegram/SourceFiles/menu/menu_antispam_validator.cpp index 4588d14841..bfaacae511 100644 --- a/Telegram/SourceFiles/menu/menu_antispam_validator.cpp +++ b/Telegram/SourceFiles/menu/menu_antispam_validator.cpp @@ -78,6 +78,7 @@ object_ptr AntiSpamValidator::createButton() const { _channel->antiSpamMode() ) | rpl::then(state->toggled.events())); container->show(anim::type::instant); + Settings::AddSkip(container->entity()); Settings::AddDividerText( container->entity(), tr::lng_manage_peer_antispam_about());