IPAL21147 TC5.1.2: Wrong default dialog size

This commit is contained in:
dmv 2009-06-09 07:06:37 +00:00
parent e88595c992
commit 3454a9646e
19 changed files with 19 additions and 1 deletions

View File

@ -129,6 +129,7 @@ void BasicGUI_CurveDlg::Init()
SIGNAL( currentSelectionChanged() ), this, SLOT( SelectionIntoArgument() ) ) ;
initName( tr( "GEOM_CURVE" ) );
resize(100,100);
ConstructorsClicked( 0 );
}

View File

@ -157,6 +157,7 @@ void BasicGUI_EllipseDlg::Init()
initName( tr( "GEOM_ELLIPSE" ) );
resize(100,100);
displayPreview();
}

View File

@ -161,6 +161,7 @@ void BooleanGUI_Dialog::Init()
myGroup->PushButton1->click();
SelectionIntoArgument();
resize(100,100);
}
//=================================================================================

View File

@ -143,7 +143,7 @@ void EntityGUI_SubShapeDlg::Init()
SIGNAL( currentSelectionChanged( )), this, SLOT( SelectionIntoArgument() ) );
updateButtonState();
resize(100,100);
SelectionIntoArgument();
}

View File

@ -149,6 +149,7 @@ void GenerationGUI_FillingDlg::Init()
SIGNAL( currentSelectionChanged() ), this, SLOT( SelectionIntoArgument() ) );
initName( tr( "GEOM_FILLING" ) );
resize(100,100);
}
//=================================================================================

View File

@ -135,6 +135,7 @@ void GenerationGUI_PipeDlg::Init()
connect(GroupPoints->CheckButton1, SIGNAL(toggled(bool)), this, SLOT(SelectionTypeButtonClicked()));
initName(tr("GEOM_PIPE"));
resize(100,100);
GroupPoints->TextLabel3->hide();
GroupPoints->PushButton3->hide();

View File

@ -138,6 +138,7 @@ void GenerationGUI_RevolDlg::Init()
connect(myGeomGUI, SIGNAL(SignalDefaultStepValueChanged(double)), this, SLOT(SetDoubleSpinBoxStep(double)));
initName(tr("GEOM_REVOLUTION"));
resize(100,100);
GroupPoints->PushButton1->click();
SelectionIntoArgument();

View File

@ -130,6 +130,7 @@ void OperationGUI_ArchimedeDlg::Init()
globalSelection( GEOM_ALLSHAPES );
SelectionIntoArgument();
resize(100,100);
}

View File

@ -144,6 +144,7 @@ void OperationGUI_GetShapesOnShapeDlg::Init()
GroupPoints->PushButton1->click();
SelectionIntoArgument();
resize(100,100);
}
//=================================================================================

View File

@ -116,6 +116,7 @@ void RepairGUI_ChangeOrientationDlg::Init()
SIGNAL( currentSelectionChanged() ), this, SLOT( SelectionIntoArgument() ) );
initName( tr( "CHANGE_ORIENTATION_NEW_OBJ_NAME" ) );
resize(100,100);
}

View File

@ -133,6 +133,7 @@ void RepairGUI_CloseContourDlg::Init()
GroupPoints->PushButton1->click();
SelectionIntoArgument();
resize(100,100);
}
//=================================================================================

View File

@ -144,6 +144,7 @@ void RepairGUI_DivideEdgeDlg::Init()
SIGNAL( currentSelectionChanged() ), this, SLOT( SelectionIntoArgument() ) );
initName( tr( "DEVIDE_EDGE_NEW_OBJECT_NAME" ) );
resize(100,100);
}
//=================================================================================

View File

@ -121,6 +121,7 @@ void RepairGUI_RemoveExtraEdgesDlg::Init()
this, SLOT( SelectionIntoArgument() ) );
initName( tr( "REMOVE_EXTRA_EDGES_NEW_OBJ_NAME" ) );
resize(100,100);
}

View File

@ -134,6 +134,7 @@ void RepairGUI_RemoveHolesDlg::Init()
GroupPoints->PushButton1->click();
SelectionIntoArgument();
resize(100,100);
}
//=================================================================================

View File

@ -122,6 +122,7 @@ void RepairGUI_RemoveIntWiresDlg::Init()
GroupPoints->PushButton1->click();
SelectionIntoArgument();
resize(100,100);
}
//=================================================================================

View File

@ -134,6 +134,7 @@ void RepairGUI_SewingDlg::Init()
connect( myFreeBoundBtn, SIGNAL( clicked() ), this, SLOT( onDetect() ) );
initName( tr( "SEWING_NEW_OBJ_NAME" ) );
resize(100,100);
}

View File

@ -118,6 +118,7 @@ void RepairGUI_SuppressFacesDlg::Init()
SIGNAL( currentSelectionChanged() ), this, SLOT( SelectionIntoArgument() ) );
initName( tr( "SUPRESS_FACE_NEW_OBJ_NAME" ) );
resize(100,100);
}

View File

@ -139,6 +139,7 @@ void TransformationGUI_MirrorDlg::Init()
initName(tr("GEOM_MIRROR"));
ConstructorsClicked(0);
resize(0,0);
}
//=================================================================================

View File

@ -128,6 +128,7 @@ void TransformationGUI_OffsetDlg::Init()
initName( tr( "GEOM_OFFSET" ) );
globalSelection( GEOM_ALLSHAPES );
resize(100,100);
}