mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-14 00:09:24 +01:00
Cheats Manager: Fix factory widget spacing
Add stretch to bottom of factory widget to prevent the Data Type QGroupBox from getting stretched out awkwardly.
This commit is contained in:
parent
03f8ec09eb
commit
74d3ba7c46
@ -123,6 +123,8 @@ void CheatSearchFactoryWidget::CreateWidgets()
|
|||||||
m_new_search = new NonDefaultQPushButton(tr("New Search"));
|
m_new_search = new NonDefaultQPushButton(tr("New Search"));
|
||||||
layout->addWidget(m_new_search);
|
layout->addWidget(m_new_search);
|
||||||
|
|
||||||
|
layout->addStretch();
|
||||||
|
|
||||||
setLayout(layout);
|
setLayout(layout);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user