diff options
| author | RaysFire <[email protected]> | 2013-04-07 18:01:08 -0500 |
|---|---|---|
| committer | RaysFire <[email protected]> | 2013-04-07 18:01:08 -0500 |
| commit | ed164086e88ac73daa7cb1ca558c86c6b9760079 (patch) | |
| tree | 23b231537f7df1270ed35249521a318f3b89e45d | |
| parent | 46a875c67eb199ffec004f05229bca5752a2811a (diff) | |
Fixed weirdly-proportioned map info menu.
| -rw-r--r-- | minmode/resource/ui/MapInfoMenu.res | 4 | ||||
| -rw-r--r-- | resource/ui/MapInfoMenu.res | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/minmode/resource/ui/MapInfoMenu.res b/minmode/resource/ui/MapInfoMenu.res index 89fb3d7..02b69a8 100644 --- a/minmode/resource/ui/MapInfoMenu.res +++ b/minmode/resource/ui/MapInfoMenu.res @@ -74,10 +74,10 @@ "ControlName" "CExRichText" "fieldName" "MapInfoText" "font" "Cerbetica12" - "xpos" "c-176" + "xpos" "c-170" "ypos" "c-66" "zpos" "3" - "wide" "156" + "wide" "340" "tall" "155" "autoResize" "3" "pinCorner" "0" diff --git a/resource/ui/MapInfoMenu.res b/resource/ui/MapInfoMenu.res index 89fb3d7..02b69a8 100644 --- a/resource/ui/MapInfoMenu.res +++ b/resource/ui/MapInfoMenu.res @@ -74,10 +74,10 @@ "ControlName" "CExRichText" "fieldName" "MapInfoText" "font" "Cerbetica12" - "xpos" "c-176" + "xpos" "c-170" "ypos" "c-66" "zpos" "3" - "wide" "156" + "wide" "340" "tall" "155" "autoResize" "3" "pinCorner" "0" |
