NOISSUE tweak UI geometry and remove old language selection

This commit is contained in:
Petr Mrázek
2019-08-02 23:52:19 +02:00
parent 930d39b5f2
commit 7b00d47fe0
9 changed files with 10 additions and 47 deletions

View File

@@ -50,6 +50,7 @@ InstanceWindow::InstanceWindow(InstancePtr instance, QWidget *parent)
m_container = new PageContainer(provider.get(), "console", this);
m_container->setParentContainer(this);
setCentralWidget(m_container);
setContentsMargins(0, 0, 0, 0);
}
// Add custom buttons to the page container layout.