From: Jere Malinen Date: Fri, 18 Jun 2010 19:11:48 +0000 (+0300) Subject: Increased length of the first column X-Git-Tag: netstory-0.1.2~4 X-Git-Url: http://vcs.maemo.org/git/?a=commitdiff_plain;h=94d4968f2f3bf63adff171a6efa72be21b4a853f;hp=8f080e96263a949a161bf36611f0749b268c2b41;p=netstory Increased length of the first column --- 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):