From 94d4968f2f3bf63adff171a6efa72be21b4a853f Mon Sep 17 00:00:00 2001 From: Jere Malinen Date: Fri, 18 Jun 2010 22:11:48 +0300 Subject: [PATCH] Increased length of the first column --- src/opt/netstory/netstory.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/opt/netstory/netstory.py b/src/opt/netstory/netstory.py index 4737009..484be24 100644 --- a/src/opt/netstory/netstory.py +++ b/src/opt/netstory/netstory.py @@ -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): -- 1.7.9.5