From: rnv Date: Tue, 21 Apr 2015 09:46:34 +0000 (+0300) Subject: Additional fix for the '23049: [CEA 1475] Increase the size of some dialog boxes... X-Git-Tag: V7_6_0rc1~25 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=c41b8e1caac50cdcd1bea8be471e9f5b3a644a51;p=modules%2Fsmesh.git Additional fix for the '23049: [CEA 1475] Increase the size of some dialog boxes' issue. --- diff --git a/src/StdMeshersGUI/StdMeshersGUI_ObjectReferenceParamWdg.cxx b/src/StdMeshersGUI/StdMeshersGUI_ObjectReferenceParamWdg.cxx index 649d1e5ab..70abfea10 100644 --- a/src/StdMeshersGUI/StdMeshersGUI_ObjectReferenceParamWdg.cxx +++ b/src/StdMeshersGUI/StdMeshersGUI_ObjectReferenceParamWdg.cxx @@ -124,7 +124,7 @@ void StdMeshersGUI_ObjectReferenceParamWdg::init() myObjNameLineEdit = new QLineEdit(this); myObjNameLineEdit->setReadOnly(true); myObjNameLineEdit->setStyleSheet(myEmptyStyleSheet); - myObjNameLineEdit->setMinimumWidth(200); + myObjNameLineEdit->setMinimumWidth(150); aHBox->addWidget( mySelButton ); aHBox->addWidget( myObjNameLineEdit );