fix
This commit is contained in:
parent
565eef7327
commit
37c1482407
|
@ -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();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue