mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-11-15 01:58:36 +05:00
NPAL17431: About WhatIs dialog box. Change default height to fit all output information.
This commit is contained in:
parent
b246b24097
commit
da850bfc0f
@ -17,7 +17,7 @@
|
|||||||
// License along with this library; if not, write to the Free Software
|
// License along with this library; if not, write to the Free Software
|
||||||
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
// 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 );
|
myGrp->LineEdit1->setReadOnly( true );
|
||||||
|
|
||||||
Layout1->addWidget( myGrp, 1, 0 );
|
Layout1->addWidget( myGrp, 1, 0 );
|
||||||
|
resize( 350, 370 );
|
||||||
|
|
||||||
/***************************************************************/
|
/***************************************************************/
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user