summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar bunnei2020-01-14 13:17:16 -0500
committerGravatar GitHub2020-01-14 13:17:16 -0500
commita83e28b237d8b2568be34b958d79af55d05339a4 (patch)
treef29d675707cd6d00a08fd6f69aa70d722e4a1641
parentMerge pull request #3287 from ReinUsesLisp/ldg-stg-16 (diff)
parentGUI/configure: resize hotkeys column to content (diff)
downloadyuzu-a83e28b237d8b2568be34b958d79af55d05339a4.tar.gz
yuzu-a83e28b237d8b2568be34b958d79af55d05339a4.tar.xz
yuzu-a83e28b237d8b2568be34b958d79af55d05339a4.zip
Merge pull request #3296 from Simek/hotkeys_resize
GUI/configure: resize hotkeys action column to fit content
Diffstat (limited to '')
-rw-r--r--src/yuzu/configuration/configure_hotkeys.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/yuzu/configuration/configure_hotkeys.cpp b/src/yuzu/configuration/configure_hotkeys.cpp
index 3ea0b8d67..fa9052136 100644
--- a/src/yuzu/configuration/configure_hotkeys.cpp
+++ b/src/yuzu/configuration/configure_hotkeys.cpp
@@ -48,6 +48,7 @@ void ConfigureHotkeys::Populate(const HotkeyRegistry& registry) {
48 } 48 }
49 49
50 ui->hotkey_list->expandAll(); 50 ui->hotkey_list->expandAll();
51 ui->hotkey_list->resizeColumnToContents(0);
51} 52}
52 53
53void ConfigureHotkeys::changeEvent(QEvent* event) { 54void ConfigureHotkeys::changeEvent(QEvent* event) {