MCPcopy Create free account
hub / github.com/PCSX2/pcsx2 / resizeDirectoryListColumns

Method resizeDirectoryListColumns

pcsx2-qt/SetupWizardDialog.cpp:374–377  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

372}
373
374void SetupWizardDialog::resizeDirectoryListColumns()
375{
376 QtUtils::ResizeColumnsForTableView(m_ui.searchDirectoryList, {-1, 100});
377}
378
379void SetupWizardDialog::setupControllerPage()
380{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected