mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-05-10 21:22:40 +00:00
Qt/Settings: Restore padding
This commit is contained in:
parent
b741ef81bd
commit
d97d916758
5 changed files with 0 additions and 5 deletions
|
@ -25,7 +25,6 @@ PathPane::PathPane(QWidget* parent) : QWidget(parent)
|
|||
layout->addWidget(MakeGameFolderBox());
|
||||
layout->addLayout(MakePathsLayout());
|
||||
|
||||
layout->setContentsMargins(0, 0, 0, 0);
|
||||
setLayout(layout);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue