Yuhang Zhao
2023-12-28 d61db440e1c757a656ec2ab91f0c2f39ccd5d5f3
src/widgets/widgetwindowagent_win.cpp
@@ -111,7 +111,7 @@
            // border, and we need to extend the non-client area to the whole title
            // bar.
            QRect frame = ctx->windowAttribute(QStringLiteral("title-bar-rect")).toRect();
            QMargins margins{0, -frame.top(), 0, 0};
            QMargins margins{0, frame.top(), 0, 0};
            ctx->setWindowAttribute(QStringLiteral("extra-margins"), QVariant::fromValue(margins));
        }