diff options
| author | 2020-01-12 22:46:28 +0100 | |
|---|---|---|
| committer | 2020-01-12 22:46:28 +0100 | |
| commit | 6726e8b78421694e01e80869533a7eb102b6531a (patch) | |
| tree | 4f6321e90df2932a3b1b4085c437a992de3c4a6d | |
| parent | Merge pull request #3283 from ReinUsesLisp/vk-compute-pass (diff) | |
| download | yuzu-6726e8b78421694e01e80869533a7eb102b6531a.tar.gz yuzu-6726e8b78421694e01e80869533a7eb102b6531a.tar.xz yuzu-6726e8b78421694e01e80869533a7eb102b6531a.zip | |
GUI/configure: resize hotkeys column to content
Diffstat (limited to '')
| -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) { | |||
| 48 | } | 48 | } |
| 49 | 49 | ||
| 50 | ui->hotkey_list->expandAll(); | 50 | ui->hotkey_list->expandAll(); |
| 51 | ui->hotkey_list->resizeColumnToContents(0); | ||
| 51 | } | 52 | } |
| 52 | 53 | ||
| 53 | void ConfigureHotkeys::changeEvent(QEvent* event) { | 54 | void ConfigureHotkeys::changeEvent(QEvent* event) { |