Erased unwanted row in pathTable

--HG--
branch : feature
This commit is contained in:
Valentina Zhuravska 2015-10-18 16:25:39 +03:00
parent 9be90e75db
commit 66a7581bbb

View file

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