]> SALOME platform Git repositories - plugins/blsurfplugin.git/commitdiff
Salome HOME
small GUI modification
authornge <nge>
Thu, 8 Oct 2009 14:28:00 +0000 (14:28 +0000)
committernge <nge>
Thu, 8 Oct 2009 14:28:00 +0000 (14:28 +0000)
src/GUI/BLSURFPluginGUI_HypothesisCreator.cxx

index bf3001326cd451a2ad1d67f9ee7754b37d0df445..ea8c7eddc62117585820054166a226fc847c4e04 100644 (file)
@@ -686,6 +686,7 @@ QFrame* BLSURFPluginGUI_HypothesisCreator::buildFrame()
   sizeMapHeaders << tr( "SMP_ENTRY_COLUMN" )<< tr( "SMP_NAME_COLUMN" ) << tr( "SMP_SIZEMAP_COLUMN" );
   mySizeMapTable->setHorizontalHeaderLabels(sizeMapHeaders);
   mySizeMapTable->horizontalHeader()->hideSection( SMP_ENTRY_COLUMN );
+  mySizeMapTable->horizontalHeader()->setResizeMode(QHeaderView::Interactive);
 //   mySizeMapTable->horizontalHeader()->setResizeMode(QHeaderView::Stretch);
   mySizeMapTable->resizeColumnToContents(SMP_NAME_COLUMN);
   mySizeMapTable->resizeColumnToContents(SMP_SIZEMAP_COLUMN);