diff options
author | bunnei <bunneidev@gmail.com> | 2020-01-14 19:17:16 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-14 19:17:16 +0100 |
commit | a83e28b237d8b2568be34b958d79af55d05339a4 (patch) | |
tree | f29d675707cd6d00a08fd6f69aa70d722e4a1641 /src | |
parent | Merge pull request #3287 from ReinUsesLisp/ldg-stg-16 (diff) | |
parent | GUI/configure: resize hotkeys column to content (diff) | |
download | yuzu-a83e28b237d8b2568be34b958d79af55d05339a4.tar yuzu-a83e28b237d8b2568be34b958d79af55d05339a4.tar.gz yuzu-a83e28b237d8b2568be34b958d79af55d05339a4.tar.bz2 yuzu-a83e28b237d8b2568be34b958d79af55d05339a4.tar.lz yuzu-a83e28b237d8b2568be34b958d79af55d05339a4.tar.xz yuzu-a83e28b237d8b2568be34b958d79af55d05339a4.tar.zst yuzu-a83e28b237d8b2568be34b958d79af55d05339a4.zip |
Diffstat (limited to 'src')
-rw-r--r-- | src/yuzu/configuration/configure_hotkeys.cpp | 1 |
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) { } ui->hotkey_list->expandAll(); + ui->hotkey_list->resizeColumnToContents(0); } void ConfigureHotkeys::changeEvent(QEvent* event) { |