diff --git a/Telegram/SourceFiles/history/history_widget.cpp b/Telegram/SourceFiles/history/history_widget.cpp index 5b3313c73..350174879 100644 --- a/Telegram/SourceFiles/history/history_widget.cpp +++ b/Telegram/SourceFiles/history/history_widget.cpp @@ -255,9 +255,6 @@ object_ptr SetupDiscussButton( int labelWidth, int width) { const auto textTop = st::historyComposeButton.textTop; - const auto badgeTop = textTop - + st::historyComposeButton.font->height - - badge->textBaseline(); const auto add = badgeShown ? (textTop + badgeWidth) : 0;