From 0338b45d8440191cabb83a40fbe97b06a4749cc1 Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Wed, 28 Oct 2009 21:32:15 +0000 Subject: * Layout the location display correctly --- assets/ui/tremulous_common_hud.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'assets') 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 -- cgit