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:
parent
48ccb54bfd
commit
393bc8699a
@ -143,6 +143,7 @@ QFrame* NETGENPluginGUI_HypothesisCreator::buildFrame()
|
|||||||
{
|
{
|
||||||
aGroupLayout->addWidget( new QLabel( tr( "SMESH_NAME" ), GroupC1 ), row, 0 );
|
aGroupLayout->addWidget( new QLabel( tr( "SMESH_NAME" ), GroupC1 ), row, 0 );
|
||||||
myName = new QLineEdit( GroupC1 );
|
myName = new QLineEdit( GroupC1 );
|
||||||
|
myName->setMinimumWidth(160);
|
||||||
aGroupLayout->addWidget( myName, row, 1 );
|
aGroupLayout->addWidget( myName, row, 1 );
|
||||||
row++;
|
row++;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user