mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 09:59:59 +03:00
NOISSUE tweak UI geometry and remove old language selection
This commit is contained in:
parent
930d39b5f2
commit
7b00d47fe0
9 changed files with 10 additions and 47 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue