changeset 178:7a349be99a77

dummy commit, just for test bug 8
author Goffi <goffi@goffi.org>
date Fri, 25 Jan 2013 00:49:34 +0100
parents ba95cd824e06
children 8475a29d7214
files browser_side/panels.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/browser_side/panels.py	Fri Jan 25 00:38:06 2013 +0100
+++ b/browser_side/panels.py	Fri Jan 25 00:49:34 2013 +0100
@@ -885,7 +885,7 @@
 
         last_row = max(0, self.flextable.getRowCount()-1)
         cellFormatter.setColSpan(last_row, 0, self._max_cols)
-    
+
     def addWidget(self, wid):
         """Add a widget to a new cell on the next to last row"""
         last_row = max(0, self.flextable.getRowCount()-1)