diff options
| author | RaysFire <[email protected]> | 2013-03-10 17:04:08 -0500 |
|---|---|---|
| committer | RaysFire <[email protected]> | 2013-03-10 17:04:08 -0500 |
| commit | dc9e5f14a8619accf6bc2cdbb69ce00962ba5fcc (patch) | |
| tree | 8025b2fbf7b203d77a2fb49c397d1ede30e79831 /resource/ui | |
| parent | cfeaceb9af366ed6d88a5d4cf626098836f32e93 (diff) | |
Fixed map info descriptions sometimes going past the background.
Diffstat (limited to 'resource/ui')
| -rw-r--r-- | resource/ui/MapInfoMenu.res | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/resource/ui/MapInfoMenu.res b/resource/ui/MapInfoMenu.res index 42f1f78..89fb3d7 100644 --- a/resource/ui/MapInfoMenu.res +++ b/resource/ui/MapInfoMenu.res @@ -75,16 +75,16 @@ "fieldName" "MapInfoText" "font" "Cerbetica12" "xpos" "c-176" - "ypos" "c-66" + "ypos" "c-66" "zpos" "3" - "wide" "352" + "wide" "156" "tall" "155" "autoResize" "3" "pinCorner" "0" "visible" "1" "enabled" "1" "paintborder" "0" - "textAlignment" "northwest" + "textAlignment" "east" "fgcolor" "TanLight" } |
