mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 12:48:57 +00:00
Qt: Shrink settings window and make widgets stretch
This commit is contained in:
parent
ba356f78d1
commit
c6478cac2f
5 changed files with 10 additions and 8 deletions
|
@ -110,6 +110,7 @@ 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