SVN commit 976112 by otrichet: Revert part of commit 967413 Correctly restore the width of the last column again. BUG: 194187 M +1 -0 treewidget.cpp --- trunk/KDE/kdepim/libkdepim/treewidget.cpp #976111:976112 @@ -137,6 +137,7 @@ for ( int i = 0 ; i < cc ; i++ ) { savedSizes[ i ] = header()->sectionSize( i ); + header()->resizeSection( i , 10 ); } if ( !header()->restoreState( state ) )