Erased unwanted row in pathTable
--HG-- branch : feature
This commit is contained in:
parent
9be90e75db
commit
66a7581bbb
|
@ -183,7 +183,7 @@ QGroupBox *TapePathPage::PathGroup()
|
|||
void TapePathPage::InitTable()
|
||||
{
|
||||
pathTable = new QTableWidget();
|
||||
pathTable->setRowCount(4);
|
||||
pathTable->setRowCount(3);
|
||||
pathTable->setColumnCount(2);
|
||||
pathTable->verticalHeader()->setVisible(false);
|
||||
pathTable->setEditTriggers(QAbstractItemView::NoEditTriggers);
|
||||
|
|
Loading…
Reference in New Issue
Block a user