diff --git a/Telegram/SourceFiles/window/window_title_qt.cpp b/Telegram/SourceFiles/window/window_title_qt.cpp index 83e58a163..ce05afb86 100644 --- a/Telegram/SourceFiles/window/window_title_qt.cpp +++ b/Telegram/SourceFiles/window/window_title_qt.cpp @@ -147,7 +147,7 @@ void TitleWidgetQt::updateWindowExtents() { if (hasShadow()) { Platform::SetWindowExtents( window()->windowHandle(), - resizeArea()); + resizeArea() * cIntRetinaFactor()); _extentsSet = true; } else if (_extentsSet) {