Ver Fonte

Merge pull request #3296 from Simek/hotkeys_resize

GUI/configure: resize hotkeys action column to fit content
bunnei há 6 anos atrás
pai
commit
a83e28b237
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      src/yuzu/configuration/configure_hotkeys.cpp

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