mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-01-29 00:33:01 +00:00
Qt: rsx debugger replace wrong setSectionResize command
This commit is contained in:
parent
bb8e89f84a
commit
aee03114fd
@ -105,7 +105,7 @@ rsx_debugger::rsx_debugger(std::shared_ptr<gui_settings> gui_settings, QWidget*
|
||||
table->verticalHeader()->setVisible(false);
|
||||
table->verticalHeader()->setSectionResizeMode(QHeaderView::Fixed);
|
||||
table->verticalHeader()->setDefaultSectionSize(16);
|
||||
table->horizontalHeader()->stretchLastSection();
|
||||
table->horizontalHeader()->setStretchLastSection(true);
|
||||
table->setColumnCount(columns);
|
||||
m_tw_rsx->addTab(table, tabname);
|
||||
return table;
|
||||
|
Loading…
x
Reference in New Issue
Block a user