mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-08-24 03:19:17 -05: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