diff --git a/src/starsphere/StarsphereS5R3.cpp b/src/starsphere/StarsphereS5R3.cpp
index 93cdcba2cb16aef7e07220d482274edabf31d22a..e93e332be2df955d891c450a7726b5d4a0af6a43 100644
--- a/src/starsphere/StarsphereS5R3.cpp
+++ b/src/starsphere/StarsphereS5R3.cpp
@@ -43,7 +43,7 @@ void StarsphereS5R3::initialize(const int width, const int height, const Resourc
 		// adjust HUD config
 		m_YOffsetMedium = 15;
 		m_XStartPosRight = width - 125;
-		m_XStartPosClock = width - 115;
+		m_XStartPosClock = width - 98;
 		m_YStartPosBottom = 70;
 		m_Y1StartPosBottom = m_YStartPosBottom  - m_YOffsetMedium;
 		m_Y2StartPosBottom = m_Y1StartPosBottom - m_YOffsetMedium;
@@ -87,7 +87,7 @@ void StarsphereS5R3::resize(const int width, const int height)
 
 	// adjust HUD config
 	m_XStartPosRight = width - 125;
-	m_XStartPosClock = width - 115;
+	m_XStartPosClock = width - 98;
 }
 
 void StarsphereS5R3::refreshBOINCInformation()