diff options
| author | CriticalFlaw <[email protected]> | 2019-04-01 20:13:17 -0400 |
|---|---|---|
| committer | CriticalFlaw <[email protected]> | 2019-04-01 20:13:17 -0400 |
| commit | d404b7f8743f43a565cbc6c6745958e3ecbdd74c (patch) | |
| tree | 1155037d02ebe452a56c7c5592bed06a4a3f69f8 /resource/ui/MainMenuOverride.res | |
| parent | daa10dc0815a48133af29f5e424da5fae0576e92 (diff) | |
Fixed No Game Coordinator Notification
Diffstat (limited to 'resource/ui/MainMenuOverride.res')
| -rw-r--r-- | resource/ui/MainMenuOverride.res | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/resource/ui/MainMenuOverride.res b/resource/ui/MainMenuOverride.res index c049471..650f456 100644 --- a/resource/ui/MainMenuOverride.res +++ b/resource/ui/MainMenuOverride.res @@ -350,8 +350,8 @@ { "ControlName" "Label" "fieldName" "NoGCMessage" - "xpos" "c-290" - "ypos" "94" + "xpos" "10" + "ypos" "200" "zpos" "99" "wide" "260" "tall" "100" @@ -373,14 +373,14 @@ { "ControlName" "ImagePanel" "fieldName" "NoGCImage" - "xpos" "c-285" - "ypos" "107" - "zpos" "-99" + "xpos" "230" + "ypos" "220" + "zpos" "99" "wide" "30" "tall" "30" "visible" "1" "enabled" "1" - "image" "gc_dc" + "image" "replay\thumbnails\raysfox" "scaleImage" "1" "proportionaltoparent" "1" } |
