1
Fork 0
mirror of https://github.com/redstrate/Novus.git synced 2025-04-24 13:07:44 +00:00

Set margins for mdlviewer layout to 0

This commit is contained in:
Joshua Goins 2023-09-23 14:04:45 -04:00
parent 3140e0246e
commit 42cab361e0

View file

@ -68,6 +68,7 @@ MainWindow::MainWindow(GameData* data) : data(data), cache(FileCache{*data}) {
setCentralWidget(dummyWidget);
auto layout = new QHBoxLayout();
layout->setMargin(0);
dummyWidget->setLayout(layout);
part = new MDLPart(data, cache);