MegaGlest Forum
Archives (read only) => Vanilla Glest => Bug report => Topic started by: asmodeus on 12 October 2008, 09:55:48
-
With any unit selected, the unit display leaves too much negative space between the unit buttons and right side of the screen giving the hud an off centered feel, moving the unit display over by 50 makes the hud feel more centered.
Index: trunk/source/glest_game/global/metrics.cpp
===================================================================
--- trunk/source/glest_game/global/metrics.cpp (revision 176)
+++ trunk/source/glest_game/global/metrics.cpp (working copy)
@@ -35,7 +35,7 @@
minimapW= 128;
minimapH= 128;
- displayX= 800;
+ displayX= 850;
displayY= 250;
displayW= 128;
displayH= 480;