mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Qt/Config: Fix inconsistent spacing between options
This commit is contained in:
@ -116,6 +116,7 @@ void GeneralWidget::CreateWidgets()
|
||||
|
||||
main_layout->addWidget(m_video_box);
|
||||
main_layout->addWidget(m_options_box);
|
||||
main_layout->addStretch();
|
||||
|
||||
setLayout(main_layout);
|
||||
}
|
||||
|
Reference in New Issue
Block a user