Browse Source

GUI/configure: resize hotkeys column to content

nce_cpp
Bartosz Kaszubowski 6 years ago
parent
commit
f0da8c2b83
  1. 1
      src/yuzu/configuration/configure_hotkeys.cpp

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

Loading…
Cancel
Save