mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
Qt/Settings: Restore padding
This commit is contained in:
@ -25,7 +25,6 @@ PathPane::PathPane(QWidget* parent) : QWidget(parent)
|
||||
layout->addWidget(MakeGameFolderBox());
|
||||
layout->addLayout(MakePathsLayout());
|
||||
|
||||
layout->setContentsMargins(0, 0, 0, 0);
|
||||
setLayout(layout);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user