From 95cfa726c359d8d49d2e5f885c4034fe40161420 Mon Sep 17 00:00:00 2001 From: vtn Date: Thu, 29 Nov 2007 13:47:49 +0000 Subject: [PATCH] NPAL16812: Elements Info dialog is added. The size of dialog is modified. --- src/SMESHGUI/SMESHGUI_WhatIsDlg.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.2