summaryrefslogtreecommitdiffstats
path: root/application/InstanceWindow.cpp
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2019-08-02 23:52:19 +0200
committerPetr Mrázek <peterix@gmail.com>2019-08-02 23:52:19 +0200
commit7b00d47fe0be0e23d1267699a8491c1dc577f76d (patch)
treecc14a07062dba29475e5aa94dad654c673c0d7f6 /application/InstanceWindow.cpp
parent930d39b5f2c28bbc5d7156e6e1e20e0fa8194900 (diff)
downloadMultiMC-7b00d47fe0be0e23d1267699a8491c1dc577f76d.tar
MultiMC-7b00d47fe0be0e23d1267699a8491c1dc577f76d.tar.gz
MultiMC-7b00d47fe0be0e23d1267699a8491c1dc577f76d.tar.lz
MultiMC-7b00d47fe0be0e23d1267699a8491c1dc577f76d.tar.xz
MultiMC-7b00d47fe0be0e23d1267699a8491c1dc577f76d.zip
NOISSUE tweak UI geometry and remove old language selection
Diffstat (limited to 'application/InstanceWindow.cpp')
-rw-r--r--application/InstanceWindow.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/application/InstanceWindow.cpp b/application/InstanceWindow.cpp
index 75b17f36..02c1bb23 100644
--- a/application/InstanceWindow.cpp
+++ b/application/InstanceWindow.cpp
@@ -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.