mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Qt: Shrink settings window and make widgets stretch
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user