diff --git a/src/pulsaranimationwidget.cpp b/src/pulsaranimationwidget.cpp
index 1e47fc9d2b57a2a506eeb248fe413488015c79c2..2b37aa0d0f8d9743f1c9a36a4eb23844a337e88c 100644
--- a/src/pulsaranimationwidget.cpp
+++ b/src/pulsaranimationwidget.cpp
@@ -258,13 +258,13 @@ void PulsarAnimationWidget::paintGL()
             glColor3f(0.33f, 0.33f, 1.0f);
             glPushMatrix();
             {
-                glTranslatef(0.0, 0.0, -5.01);
-                gluCylinder(m_quadricLineOfSight, 0.025, 0.025, 10.02, 32, 1);
+                glTranslatef(0.0, 0.0, 1.0);
+                gluCylinder(m_quadricLineOfSight, 0.025, 0.025, 4.01, 32, 1);
             }
             glPopMatrix();
             glPushMatrix();
             {
-                glTranslatef(0.0, 0.0, -5.01);
+                glTranslatef(0.0, 0.0, 0.99);
                 gluDisk(m_quadricLineOfSightTop1, 0, 0.025, 32, 8);
             }
             glPopMatrix();