Browse Source
Merge pull request #3296 from Simek/hotkeys_resize
GUI/configure: resize hotkeys action column to fit content
pull/15/merge
bunnei
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
src/yuzu/configuration/configure_hotkeys.cpp
|
|
@ -48,6 +48,7 @@ void ConfigureHotkeys::Populate(const HotkeyRegistry& registry) { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
ui->hotkey_list->expandAll(); |
|
|
ui->hotkey_list->expandAll(); |
|
|
|
|
|
ui->hotkey_list->resizeColumnToContents(0); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
void ConfigureHotkeys::changeEvent(QEvent* event) { |
|
|
void ConfigureHotkeys::changeEvent(QEvent* event) { |
|
|
|