diff options
| author | CriticalFlaw <[email protected]> | 2019-03-09 16:08:53 -0500 |
|---|---|---|
| committer | CriticalFlaw <[email protected]> | 2019-03-09 16:08:53 -0500 |
| commit | b5f72ccd69fcaec0fbc8af3d9b25089ed7d6c6d7 (patch) | |
| tree | db478a5395093809c203afb62167e70a99631344 /resource/ui/TextWindow.res | |
| parent | fc7ab17b61ac49629362edd280b0a0f9f8a6fb62 (diff) | |
Updated HUD Files
- Updated colors to use the schema instead of RGB codes
- Removed unused or redundant code
- Added shadows to certain elements
- Corrected element names, reorganized some files
- Pinned some elements to their parent elements
- Fixed elements referencing non-existing colors or fonts
Diffstat (limited to 'resource/ui/TextWindow.res')
| -rw-r--r-- | resource/ui/TextWindow.res | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/resource/ui/TextWindow.res b/resource/ui/TextWindow.res index 64659ca..9bf7f9a 100644 --- a/resource/ui/TextWindow.res +++ b/resource/ui/TextWindow.res @@ -29,7 +29,7 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - "fillcolor" "0 0 0 200" + "fillcolor" "TransparentBlack" } "TFMessageTitle" @@ -57,8 +57,7 @@ { "ControlName" "TextEntry" "fieldName" "TextMessage" - "visible" "0" - "enabled" "0" + "xpos" "9999" } "TFTextMessage" @@ -144,8 +143,6 @@ "zpos" "5" "wide" "f0" "tall" "50" - "autoResize" "0" - "pinCorner" "0" "visible" "1" "enabled" "1" "tabPosition" "0" @@ -158,7 +155,6 @@ { "ControlName" "Label" "fieldName" "MessageTitle" - "visible" "0" - "enabled" "0" + "xpos" "9999" } }
\ No newline at end of file |
