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:
@ -94,6 +94,7 @@ void HacksWidget::CreateWidgets()
|
||||
main_layout->addWidget(texture_cache_box);
|
||||
main_layout->addWidget(xfb_box);
|
||||
main_layout->addWidget(other_box);
|
||||
main_layout->addStretch();
|
||||
|
||||
setLayout(main_layout);
|
||||
}
|
||||
|
Reference in New Issue
Block a user