logic: Fixed error view related issues
* polished color schemes for error view * fixed error id column not hidden * fixed error count shown correctly in each view * moved storage stats logging to application * fixed indexed flag of errors broken for indexed headers in cdb project * fixed scrolling to active error when errors where not visible before * reverted tictactoe files to no errors
This commit is contained in:
@@ -61,7 +61,7 @@ void QtErrorView::initView()
|
||||
m_table->setModel(m_model);
|
||||
|
||||
// Setup Table Headers
|
||||
m_model->setColumnCount(5);
|
||||
m_model->setColumnCount(6);
|
||||
m_table->setColumnWidth(COLUMN::TYPE, 70);
|
||||
m_table->setColumnWidth(COLUMN::MESSAGE, 450);
|
||||
m_table->setColumnWidth(COLUMN::FILE, 300);
|
||||
|
||||
Reference in New Issue
Block a user