diff options
author | Tim Angus <tim@ngus.net> | 2009-10-28 21:32:15 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-01-03 00:17:13 +0000 |
commit | 0338b45d8440191cabb83a40fbe97b06a4749cc1 (patch) | |
tree | f49ace9b2a7e619e93f0952ab58c14fac9901392 /assets | |
parent | 5f5d5d1568e21dacdd0798781130f11c6d5821d0 (diff) |
* Layout the location display correctly
Diffstat (limited to 'assets')
-rw-r--r-- | assets/ui/tremulous_common_hud.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/assets/ui/tremulous_common_hud.h b/assets/ui/tremulous_common_hud.h index d4c69f08..49d4a393 100644 --- a/assets/ui/tremulous_common_hud.h +++ b/assets/ui/tremulous_common_hud.h @@ -127,7 +127,7 @@ itemDef itemDef { name "location" - rect (STAT_X-75) ((4*BORDER)+(4*STAT_H)) (STAT_W+75) STAT_H + rect (STAT_X-75) ((5*BORDER)+(4*STAT_H)) (STAT_W+75) STAT_H aspectBias ALIGN_RIGHT visible MENU_TRUE decoration @@ -141,7 +141,7 @@ itemDef itemDef { name "demoRecording" - rect (STAT_X+(STAT_W-32)) ((7*BORDER)+(4*STAT_H)) 32 32 + rect (STAT_X+(STAT_W-32)) ((8*BORDER)+(4*STAT_H)) 32 32 aspectBias ALIGN_RIGHT style WINDOW_STYLE_EMPTY visible MENU_TRUE @@ -154,7 +154,7 @@ itemDef itemDef { name "demoPlayback" - rect (STAT_X+(STAT_W-32)) ((7*BORDER)+(4*STAT_H)) 32 32 + rect (STAT_X+(STAT_W-32)) ((8*BORDER)+(4*STAT_H)) 32 32 aspectBias ALIGN_RIGHT style WINDOW_STYLE_EMPTY visible MENU_TRUE |