frontend: Remove What's New window padding

This commit is contained in:
Warchamp7
2026-07-02 15:32:09 -04:00
committed by Ryan Foster
parent 02b0a796d5
commit 137fe34ce2
+1
View File
@@ -38,6 +38,7 @@ OBSWhatsNew::OBSWhatsNew(QWidget *parent, const std::string &url) : QDialog(pare
connect(cefWidget, &QCefWidget::titleChanged, this, &OBSWhatsNew::setWindowTitle);
QVBoxLayout *topLayout = new QVBoxLayout(this);
topLayout->setContentsMargins(0, 0, 0, 0);
topLayout->addWidget(cefWidget);
show();