mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-20 11:35:54 +00:00
Merge pull request #12264 from Dentomologist/cheats_manager_fix_factory_widget_spacing
Cheats Manager: Fix factory widget spacing
This commit is contained in:
commit
8e51f0c054
1 changed files with 2 additions and 0 deletions
|
@ -123,6 +123,8 @@ void CheatSearchFactoryWidget::CreateWidgets()
|
|||
m_new_search = new NonDefaultQPushButton(tr("New Search"));
|
||||
layout->addWidget(m_new_search);
|
||||
|
||||
layout->addStretch();
|
||||
|
||||
setLayout(layout);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue