Make EID column a little narrower

This commit is contained in:
baldurk
2015-07-10 17:54:41 +02:00
parent 45c9bfbc37
commit 0cacba09ee
+1 -1
View File
@@ -24,7 +24,7 @@ m_Core(core)
m_Core->AddLogViewer(this);
ui->events->header()->resizeSection(COL_EID, 80);
ui->events->header()->resizeSection(COL_EID, 45);
ui->events->header()->setSectionResizeMode(COL_NAME, QHeaderView::Stretch);
ui->events->header()->setSectionResizeMode(COL_EID, QHeaderView::Interactive);