mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-05 06:21:26 +12:00
Qt: rsx debugger replace wrong setSectionResize command
This commit is contained in:
parent
bb8e89f84a
commit
aee03114fd
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ rsx_debugger::rsx_debugger(std::shared_ptr<gui_settings> gui_settings, QWidget*
|
||||||
table->verticalHeader()->setVisible(false);
|
table->verticalHeader()->setVisible(false);
|
||||||
table->verticalHeader()->setSectionResizeMode(QHeaderView::Fixed);
|
table->verticalHeader()->setSectionResizeMode(QHeaderView::Fixed);
|
||||||
table->verticalHeader()->setDefaultSectionSize(16);
|
table->verticalHeader()->setDefaultSectionSize(16);
|
||||||
table->horizontalHeader()->stretchLastSection();
|
table->horizontalHeader()->setStretchLastSection(true);
|
||||||
table->setColumnCount(columns);
|
table->setColumnCount(columns);
|
||||||
m_tw_rsx->addTab(table, tabname);
|
m_tw_rsx->addTab(table, tabname);
|
||||||
return table;
|
return table;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue