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/itemrenameinvaliddialog.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/itemrenameinvaliddialog.res')
| -rw-r--r-- | resource/ui/itemrenameinvaliddialog.res | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/resource/ui/itemrenameinvaliddialog.res b/resource/ui/itemrenameinvaliddialog.res index 00fb6af..5f41a73 100644 --- a/resource/ui/itemrenameinvaliddialog.res +++ b/resource/ui/itemrenameinvaliddialog.res @@ -9,8 +9,7 @@ "ypos" "105" "wide" "400" "tall" "240" - "bgcolor_override" "25 25 25 255" - "paintbackground" "1" + "bgcolor_override" "DarkGrey" "settitlebarvisible" "0" "PaintBackgroundType" "2" "border" "CyanBorder" @@ -80,8 +79,8 @@ "wide" "200" "tall" "70" "visible" "1" - "bgcolor_override" "0 0 0 0" - "noitem_textcolor" "117 107 94 255" + "bgcolor_override" "Transparent" + "noitem_textcolor" "TextColor" "PaintBackgroundType" "2" "paintborder" "0" "model_xpos" "2" @@ -145,8 +144,8 @@ "wide" "90" "tall" "70" "visible" "1" - "bgcolor_override" "0 0 0 0" - "noitem_textcolor" "117 107 94 255" + "bgcolor_override" "Transparent" + "noitem_textcolor" "TextColor" "PaintBackgroundType" "2" "paintborder" "0" "model_xpos" "2" @@ -181,7 +180,7 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - "fgcolor_override" "200 80 60 255" + "fgcolor_override" "LightRed" } "GivenName" @@ -219,7 +218,7 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - "fgcolor_override" "200 80 60 255" + "fgcolor_override" "LightRed" } "BackFromInvalidButton" |
