Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Oliver Behnke
graphicsframework
Commits
19e1eeb1
Commit
19e1eeb1
authored
Nov 20, 2008
by
Oliver Bock
Browse files
Adjusted clock position
parent
46459308
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/starsphere/StarsphereS5R3.cpp
View file @
19e1eeb1
...
...
@@ -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
()
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment