From c41b8e1caac50cdcd1bea8be471e9f5b3a644a51 Mon Sep 17 00:00:00 2001 From: rnv Date: Tue, 21 Apr 2015 12:46:34 +0300 Subject: [PATCH] Additional fix for the '23049: [CEA 1475] Increase the size of some dialog boxes' issue. --- src/StdMeshersGUI/StdMeshersGUI_ObjectReferenceParamWdg.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ); -- 2.30.2