diff --git a/src/pulsaranimationwidget.cpp b/src/pulsaranimationwidget.cpp
index 32e14b6cbb29e91cc103593b9826e82c78c6731f..2f719b29224c41a97c469afe8ca6c225afc693e4 100644
--- a/src/pulsaranimationwidget.cpp
+++ b/src/pulsaranimationwidget.cpp
@@ -333,19 +333,19 @@ void PulsarAnimationWidget::paintGL()
                 glColor3f(1.0f, 1.0f, 1.0f);
                 glPushMatrix();
                 {
-                    glTranslatef(0.0, 0.0, -4.0);
-                    gluCylinder(m_quadricPulsarSpinAxis, 0.020, 0.020, 8.0, 32, 1);
+                    glTranslatef(0.0, 0.0, -4.5);
+                    gluCylinder(m_quadricPulsarSpinAxis, 0.020, 0.020, 9.0, 32, 1);
                 }
                 glPopMatrix();
                 glPushMatrix();
                 {
-                    glTranslatef(0.0, 0.0, -4.0);
+                    glTranslatef(0.0, 0.0, -4.5);
                     gluDisk(m_quadricPulsarSpinAxisTop1, 0, 0.020, 32, 8);
                 }
                 glPopMatrix();
                 glPushMatrix();
                 {
-                    glTranslatef(0.0, 0.0, 4.0);
+                    glTranslatef(0.0, 0.0, 4.5);
                     gluDisk(m_quadricPulsarSpinAxisTop2, 0, 0.020, 32, 8);
                 }
                 glPopMatrix();
@@ -376,19 +376,19 @@ void PulsarAnimationWidget::paintGL()
                 glColor3f(1.0f, 1.0f, 0.0f);
                 glPushMatrix();
                 {
-                    glTranslatef(0.0, 0.0, -4.0);
-                    gluCylinder(m_quadricPulsarMagneticAxis, 0.020, 0.020, 8.0, 32, 1);
+                    glTranslatef(0.0, 0.0, -4.5);
+                    gluCylinder(m_quadricPulsarMagneticAxis, 0.020, 0.020, 9.0, 32, 1);
                 }
                 glPopMatrix();
                 glPushMatrix();
                 {
-                    glTranslatef(0.0, 0.0, -4.0);
+                    glTranslatef(0.0, 0.0, -4.5);
                     gluDisk(m_quadricPulsarSpinAxisTop1, 0, 0.020, 32, 8);
                 }
                 glPopMatrix();
                 glPushMatrix();
                 {
-                    glTranslatef(0.0, 0.0, 4.0);
+                    glTranslatef(0.0, 0.0, 4.5);
                     gluDisk(m_quadricPulsarSpinAxisTop2, 0, 0.020, 32, 8);
                 }
                 glPopMatrix();