Increased length of the first column
[netstory] / src / opt / netstory / netstory.py
index 4737009..484be24 100644 (file)
@@ -315,7 +315,7 @@ class DataForm(QtGui.QMainWindow):
             table.setRowCount(rows)
         else:
             table.setRowCount(self.max_rows)
-        table.horizontalHeader().resizeSection(0, 300)
+        table.horizontalHeader().resizeSection(0, 315)
         table.horizontalHeader().setVisible(True)
         
     def _set_table_row(self, table, row_number, traffic_row):