From: vtn Date: Thu, 29 Nov 2007 13:47:49 +0000 (+0000) Subject: NPAL16812: Elements Info dialog is added. The size of dialog is modified. X-Git-Tag: V3_2_9rc2~7 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=95cfa726c359d8d49d2e5f885c4034fe40161420;p=modules%2Fsmesh.git NPAL16812: Elements Info dialog is added. The size of dialog is modified. --- diff --git a/src/SMESHGUI/SMESHGUI_WhatIsDlg.cxx b/src/SMESHGUI/SMESHGUI_WhatIsDlg.cxx index d7d10ead9..a2a825332 100755 --- a/src/SMESHGUI/SMESHGUI_WhatIsDlg.cxx +++ b/src/SMESHGUI/SMESHGUI_WhatIsDlg.cxx @@ -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);