This commit is contained in:
Malte Jürgens 2023-03-05 22:24:10 +01:00
parent 565eef7327
commit 37c1482407
No known key found for this signature in database
GPG Key ID: D29FBD5F93C0CFC3
1 changed files with 0 additions and 1 deletions

View File

@ -11,7 +11,6 @@
CentralWidget::CentralWidget(QWidget *parent) : QWidget(parent) { CentralWidget::CentralWidget(QWidget *parent) : QWidget(parent) {
setStyleSheet("background-color:#313338;"); setStyleSheet("background-color:#313338;");
m_layout = new QVBoxLayout(this); m_layout = new QVBoxLayout(this);
m_layout->setMargin(0);
m_layout->setSpacing(0); m_layout->setSpacing(0);
setupWebView(); setupWebView();
} }