X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Fopt%2Fnetstory%2Fnetstory.py;fp=src%2Fopt%2Fnetstory%2Fnetstory.py;h=484be24e69270f3e85822038fd3e5f73d6a01cb1;hb=94d4968f2f3bf63adff171a6efa72be21b4a853f;hp=473700949fc00765aa33fe279d9f710cf1cd832d;hpb=8f080e96263a949a161bf36611f0749b268c2b41;p=netstory 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):