Преглед изворни кода

GUI/configure: resize hotkeys column to content

Bartosz Kaszubowski пре 6 година
родитељ
комит
6726e8b784
1 измењених фајлова са 1 додато и 0 уклоњено
  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->expandAll();
+    ui->hotkey_list->resizeColumnToContents(0);
 }
 }
 
 
 void ConfigureHotkeys::changeEvent(QEvent* event) {
 void ConfigureHotkeys::changeEvent(QEvent* event) {