diff options
| author | ibruton <[email protected]> | 2016-04-29 18:59:26 -0500 |
|---|---|---|
| committer | ibruton <[email protected]> | 2016-04-29 18:59:26 -0500 |
| commit | 61da51fda97b0d38dc61e94d364301eee45126c5 (patch) | |
| tree | 0aaa454faef911e0fb56657aee71eadedab2e004 /minmode/resource/ui | |
| parent | 3b3c9bbd2c90d674ac3a9683de3deb587c70201f (diff) | |
Fixed itempanel cutting off some elements when spectating a player
Diffstat (limited to 'minmode/resource/ui')
| -rw-r--r-- | minmode/resource/ui/Spectator.res | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/minmode/resource/ui/Spectator.res b/minmode/resource/ui/Spectator.res index ed2cd8a..e9adf6a 100644 --- a/minmode/resource/ui/Spectator.res +++ b/minmode/resource/ui/Spectator.res @@ -299,10 +299,10 @@ {
"ControlName" "CItemModelPanel"
"fieldName" "itempanel"
- "xpos" "0"
- "ypos" "0"
+ "xpos" "r249"
+ "ypos" "c50"
"zpos" "10"
- "wide" "190"
+ "wide" "240"
"tall" "100"
"visible" "0"
"bgcolor_override" "255 255 255 0"
@@ -315,7 +315,7 @@ "text_xpos" "10"
"text_ypos" "10"
- "text_wide" "170"
+ "text_wide" "220"
"text_center" "1"
"max_text_height" "100"
@@ -381,7 +381,6 @@ "brighttext" "0"
}
}
-
"spectator_extras"
{
"ControlName" "EditablePanel"
|
