]> SALOME platform Git repositories - modules/smesh.git/commitdiff
Salome HOME
NPAL16812: Elements Info dialog is added. The size of dialog is modified.
authorvtn <vtn@opencascade.com>
Thu, 29 Nov 2007 13:47:49 +0000 (13:47 +0000)
committervtn <vtn@opencascade.com>
Thu, 29 Nov 2007 13:47:49 +0000 (13:47 +0000)
src/SMESHGUI/SMESHGUI_WhatIsDlg.cxx

index d7d10ead907fc31cc4166293030ea4064febe5cf..a2a8253320e26d3f9d4d002c50b84f73a4dca6f0 100755 (executable)
@@ -95,7 +95,7 @@ SMESHGUI_WhatIsDlg::SMESHGUI_WhatIsDlg( SMESHGUI* theModule, const char* name,
 {
   if (!name)
     setName("SMESHGUI_WhatIsDlg");
-  resize(100, 450);
+  resize(300, 500);
   setCaption(tr("SMESH_WHAT_IS_TITLE"));
   setSizeGripEnabled(TRUE);
   SMESHGUI_WhatIsDlgLayout = new QGridLayout(this);