Salome HOME
rnc : Modification of min size of QLinEditWidget in order to let appear the default... V6_3_0a1
authorgdd <gdd>
Fri, 8 Apr 2011 14:43:35 +0000 (14:43 +0000)
committergdd <gdd>
Fri, 8 Apr 2011 14:43:35 +0000 (14:43 +0000)
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++;
   }