Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #12264 from Dentomologist/cheats_manager_fix_facto…
…ry_widget_spacing

Cheats Manager: Fix factory widget spacing
  • Loading branch information
AdmiralCurtiss committed Oct 31, 2023
2 parents 03f8ec0 + 74d3ba7 commit 8e51f0c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Source/Core/DolphinQt/CheatSearchFactoryWidget.cpp
Expand Up @@ -123,6 +123,8 @@ void CheatSearchFactoryWidget::CreateWidgets()
m_new_search = new NonDefaultQPushButton(tr("New Search"));
layout->addWidget(m_new_search);

layout->addStretch();

setLayout(layout);
}

Expand Down

0 comments on commit 8e51f0c

Please sign in to comment.