Merge pull request #3296 from Simek/hotkeys_resize

GUI/configure: resize hotkeys action column to fit content
This commit is contained in:
bunnei 2020-01-14 13:17:16 -05:00 committed by GitHub
commit a83e28b237
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23

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) {