Increased length of the first column
authorJere Malinen <jeremmalinen@gmail.com>
Fri, 18 Jun 2010 19:11:48 +0000 (22:11 +0300)
committerJere Malinen <jeremmalinen@gmail.com>
Fri, 18 Jun 2010 19:11:48 +0000 (22:11 +0300)
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):