From: jfa Date: Tue, 6 Nov 2007 09:30:47 +0000 (+0000) Subject: NPAL17431: About WhatIs dialog box. Change default height to fit all output information. X-Git-Tag: V3_2_9rc1~4 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=45b2bb115960b67c92435375f02ed6ef5eadb51f;p=modules%2Fgeom.git NPAL17431: About WhatIs dialog box. Change default height to fit all output information. --- diff --git a/src/MeasureGUI/MeasureGUI_WhatisDlg.cxx b/src/MeasureGUI/MeasureGUI_WhatisDlg.cxx index 6ce296232..37add4004 100644 --- a/src/MeasureGUI/MeasureGUI_WhatisDlg.cxx +++ b/src/MeasureGUI/MeasureGUI_WhatisDlg.cxx @@ -17,7 +17,7 @@ // License along with this library; if not, write to the Free Software // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // -// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com +// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com // // // @@ -81,6 +81,7 @@ MeasureGUI_WhatisDlg::MeasureGUI_WhatisDlg( GeometryGUI* GUI, QWidget* parent ) myGrp->LineEdit1->setReadOnly( true ); Layout1->addWidget( myGrp, 1, 0 ); + resize( 350, 370 ); /***************************************************************/