mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-10-12 02:59:22 +00:00
Qt/Settings: Restore padding
This commit is contained in:
parent
b741ef81bd
commit
d97d916758
5 changed files with 0 additions and 5 deletions
|
@ -118,7 +118,6 @@ void AudioPane::CreateWidgets()
|
|||
m_main_layout->addWidget(backend_box, 1, 0, 1, -1);
|
||||
m_main_layout->addWidget(stretching_box, 2, 0, 1, -1);
|
||||
|
||||
m_main_layout->setContentsMargins(0, 0, 0, 0);
|
||||
setLayout(m_main_layout);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue