summaryrefslogtreecommitdiff
path: root/Source
diff options
context:
space:
mode:
authorJordan Woyak <jordan.woyak@gmail.com>2025-05-26 14:57:45 -0500
committerJordan Woyak <jordan.woyak@gmail.com>2025-05-26 20:58:48 -0500
commiteed7843d4a91c9862a3a3c52c8a4319f479e7a25 (patch)
tree0a2f35b171f2892f2be2800d845159791fc9028c /Source
parent1e4dfc0956f8bad702c9a57b09c2fd4922c6342b (diff)
DolphinQt: Add stretch to the end of the game config Info tab.
Diffstat (limited to 'Source')
-rw-r--r--Source/Core/DolphinQt/Config/InfoWidget.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/Core/DolphinQt/Config/InfoWidget.cpp b/Source/Core/DolphinQt/Config/InfoWidget.cpp
index 81371f0caf..53785d3cd0 100644
--- a/Source/Core/DolphinQt/Config/InfoWidget.cpp
+++ b/Source/Core/DolphinQt/Config/InfoWidget.cpp
@@ -37,6 +37,8 @@ InfoWidget::InfoWidget(const UICommon::GameFile& game) : m_game(game)
if (!game.GetLanguages().empty())
layout->addWidget(CreateBannerDetails());
+ layout->addStretch(1);
+
setLayout(layout);
}