Merge pull request #12264 from Dentomologist/cheats_manager_fix_factory_widget_spacing

Cheats Manager: Fix factory widget spacing
This commit is contained in:
Admiral H. Curtiss
2023-10-31 19:02:58 +01:00
committed by GitHub

View File

@ -123,6 +123,8 @@ void CheatSearchFactoryWidget::CreateWidgets()
m_new_search = new NonDefaultQPushButton(tr("New Search"));
layout->addWidget(m_new_search);
layout->addStretch();
setLayout(layout);
}