From fb0262bb80c483fd16f31c8128f507388d2259db Mon Sep 17 00:00:00 2001 From: nge Date: Thu, 8 Oct 2009 14:28:00 +0000 Subject: [PATCH] small GUI modification --- src/GUI/BLSURFPluginGUI_HypothesisCreator.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/GUI/BLSURFPluginGUI_HypothesisCreator.cxx b/src/GUI/BLSURFPluginGUI_HypothesisCreator.cxx index bf30013..ea8c7ed 100644 --- a/src/GUI/BLSURFPluginGUI_HypothesisCreator.cxx +++ b/src/GUI/BLSURFPluginGUI_HypothesisCreator.cxx @@ -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); -- 2.39.2