diff options
| author | CriticalFlaw <[email protected]> | 2018-08-05 21:59:49 -0400 |
|---|---|---|
| committer | CriticalFlaw <[email protected]> | 2018-08-05 21:59:49 -0400 |
| commit | 35db3dc6120b5275c57404d2843dac79b6554923 (patch) | |
| tree | e1f68a8486fb1fc8f68b5c5f61b58ce0155bfa4f /resource/ui/TextWindow.res | |
| parent | 9fbc2d2a5320f6c013ecacb3ada06c976af58529 (diff) | |
Miscellenaous Changes
- Alpha changes to various panel's background colors
- Lowered the MvM Flag Tracker icon
- Updated the Tournament Setup Panel and Killfeed
- Formatting Changes
* Added the item rename panels from a previous commit
Diffstat (limited to 'resource/ui/TextWindow.res')
| -rw-r--r-- | resource/ui/TextWindow.res | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/resource/ui/TextWindow.res b/resource/ui/TextWindow.res index 53532df..cfc2134 100644 --- a/resource/ui/TextWindow.res +++ b/resource/ui/TextWindow.res @@ -2,18 +2,18 @@ { "info" { - "ControlName" "CTFTextWindow" - "fieldName" "info" - "xpos" "0" - "ypos" "0" - "wide" "f0" - "tall" "480" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "settitlebarvisible" "0" + "ControlName" "CTFTextWindow" + "fieldName" "info" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "480" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "settitlebarvisible" "0" } "MainBG" @@ -29,7 +29,7 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - "fillcolor" "0 0 0 100" + "fillcolor" "0 0 0 200" } "TFMessageTitle" @@ -82,7 +82,7 @@ "HTMLMessage" { - "ControlName" "HTML" + "ControlName" "HTML" "fieldName" "HTMLMessage" "xpos" "c-170" "ypos" "c-110" @@ -93,13 +93,13 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - "tabPosition" "0" + "tabPosition" "0" "paintborder" "0" } "ok" { - "ControlName" "CExButton" + "ControlName" "CExButton" "fieldName" "ok" "xpos" "c-180" "ypos" "c96" |
