rnc : Modification of min size of QLinEditWidget in order to let appear the default name of the hypothesis in Netgne Parameters

This commit is contained in:
gdd 2011-04-08 14:43:35 +00:00
parent 48ccb54bfd
commit 393bc8699a

View File

@ -143,6 +143,7 @@ QFrame* NETGENPluginGUI_HypothesisCreator::buildFrame()
{
aGroupLayout->addWidget( new QLabel( tr( "SMESH_NAME" ), GroupC1 ), row, 0 );
myName = new QLineEdit( GroupC1 );
myName->setMinimumWidth(160);
aGroupLayout->addWidget( myName, row, 1 );
row++;
}