2
1
Fork 0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2024-07-04 23:31:19 +01:00

GUI/configure: resize hotkeys column to content

This commit is contained in:
Bartosz Kaszubowski 2020-01-12 22:46:28 +01:00
parent 43fc793439
commit 6726e8b784

View file

@ -48,6 +48,7 @@ void ConfigureHotkeys::Populate(const HotkeyRegistry& registry) {
}
ui->hotkey_list->expandAll();
ui->hotkey_list->resizeColumnToContents(0);
}
void ConfigureHotkeys::changeEvent(QEvent* event) {