]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
*** empty log message ***
authorouv <ouv@opencascade.com>
Wed, 5 Oct 2005 06:23:02 +0000 (06:23 +0000)
committerouv <ouv@opencascade.com>
Wed, 5 Oct 2005 06:23:02 +0000 (06:23 +0000)
src/VVTK/VVTK_PickingDlg.cxx

index 9a901e23e89881ce7f7fa2b7a84b2babb0f6d352..3a029f119078731580a369579be66f108c94ffa4 100644 (file)
@@ -99,8 +99,8 @@ VVTK_PickingDlg::VVTK_PickingDlg( QWidget* parent, const char* name )
 
   InfoWindowGroupLayout->addWidget( TransparencyLabel, 0, 0 );
   InfoWindowGroupLayout->addWidget( myTransparencySpinBox, 0, 1 );
-  InfoWindowGroupLayout->addWidget( PositionLabel, 0, 2 );
-  InfoWindowGroupLayout->addWidget( myPositionComboBox, 0, 3 );
+  InfoWindowGroupLayout->addWidget( PositionLabel, 1, 0 );
+  InfoWindowGroupLayout->addWidget( myPositionComboBox, 1, 1 );
 
   // Movement of the camera
   QGroupBox* CameraGroup = new QGroupBox( tr( "CAMERA_TITLE" ), aBox, "CameraGroup" );