From 19e1eeb124fbdbfe5b7ac6fe76100925141a60dc Mon Sep 17 00:00:00 2001
From: Oliver Bock <oliver.bock@aei.mpg.de>
Date: Thu, 20 Nov 2008 16:46:10 +0100
Subject: [PATCH] Adjusted clock position

---
 src/starsphere/StarsphereS5R3.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/starsphere/StarsphereS5R3.cpp b/src/starsphere/StarsphereS5R3.cpp
index 93cdcba..e93e332 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()
-- 
GitLab