Salome HOME
rnc : Modification of min size of QLinEditWidget in order to let appear the default...
[plugins/netgenplugin.git] / src / GUI / NETGENPluginGUI_HypothesisCreator.cxx
index 34a78205372657d5470b01ae700c89fe1c2eb874..4a233e9d445afb4c39a8da7066b43407b1e96902 100644 (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++;
   }