Qt: rsx debugger replace wrong setSectionResize command

This commit is contained in:
Megamouse 2018-05-17 22:31:46 +02:00 committed by Ivan
parent bb8e89f84a
commit aee03114fd
1 changed files with 1 additions and 1 deletions

View File

@ -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;