Qt: rsx debugger replace wrong setSectionResize command
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user