diff options
| author | CriticalFlaw <[email protected]> | 2018-08-05 21:54:52 -0400 |
|---|---|---|
| committer | CriticalFlaw <[email protected]> | 2018-08-05 21:54:52 -0400 |
| commit | 49357ecb42ecc6f4d9b5b752bdcc46afc30cd29b (patch) | |
| tree | 4efd5074427de03531172d9c18308b34ce746963 /resource/ui/econ/ConfirmApplyStrangePartApplicationDialog.res | |
| parent | a6fe2c7c310bfc763574a515a45d9c5e81f5cf68 (diff) | |
Updated Backpack Panels
These are the panels you see when changing the item name or description, applying paint, strangefier or gift wrap and transferring strange weapon kills. The change is to make them all consistent style wise because it was a mess otherwise.
Diffstat (limited to 'resource/ui/econ/ConfirmApplyStrangePartApplicationDialog.res')
| -rw-r--r-- | resource/ui/econ/ConfirmApplyStrangePartApplicationDialog.res | 96 |
1 files changed, 37 insertions, 59 deletions
diff --git a/resource/ui/econ/ConfirmApplyStrangePartApplicationDialog.res b/resource/ui/econ/ConfirmApplyStrangePartApplicationDialog.res index 2084784..63f5ace 100644 --- a/resource/ui/econ/ConfirmApplyStrangePartApplicationDialog.res +++ b/resource/ui/econ/ConfirmApplyStrangePartApplicationDialog.res @@ -14,8 +14,8 @@ "paintbackground" "1" "border" "CyanBorderThick" "bgcolor_override" "25 25 25 255" - } + "mouseoveritempanel" { "ControlName" "CItemModelPanel" @@ -28,54 +28,38 @@ "visible" "0" "bgcolor_override" "0 0 0 0" "noitem_textcolor" "117 107 94 255" - "PaintBackgroundType" "0" - "paintborder" "0" + "PaintBackgroundType" "2" + "paintborder" "1" "text_ypos" "20" "text_center" "1" "model_hide" "1" "resize_to_text" "1" "padding_height" "15" - "BackColor" - { - "ControlName" "EditablePanel" - "fieldName" "BackColor" - "xpos" "0" - "ypos" "0" - "zpos" "-1" - "wide" "f0" - "tall" "f0" - "visible" "1" - "enabled" "1" - "pinCorner" "0" - "autoResize" "0" - "PaintBackgroundType""1" - "border" "NoBorder" - "bgcolor_override" "35 35 35 255" - - "attriblabel" - { - "font" "ItemFontAttribLarge" - "xpos" "0" - "ypos" "30" - "zpos" "101" - "wide" "140" - "tall" "60" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "%attriblist%" - "textAlignment" "center" - "fgcolor" "117 107 94 255" - "centerwrap" "1" - } - } - } + + "attriblabel" + { + "font" "ItemFontAttribLarge" + "xpos" "0" + "ypos" "30" + "zpos" "101" + "wide" "140" + "tall" "60" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "%attriblist%" + "textAlignment" "center" + "fgcolor" "117 107 94 255" + "centerwrap" "1" + } + } + "TitleLabel" { "ControlName" "CExLabel" "fieldName" "TitleLabel" - "font" "Cerbetica32" + "font" "Cerbetica22" "labelText" "dynamic" "textAlignment" "center" "xpos" "100" @@ -89,6 +73,7 @@ "enabled" "1" "centerwrap" "1" } + "ToolBG" { "ControlName" "CExLabel" @@ -146,10 +131,12 @@ "text_center" "1" "name_only" "1" "paint_icon_hide" "1" + "itemmodelpanel" { "use_item_rendertarget" "0" "allow_rot" "0" + "inventory_image_type" "1" } } "SubjectBG" @@ -208,12 +195,15 @@ "text_ypos" "100" // Hide it off the bottom "text_center" "1" "name_only" "1" + "itemmodelpanel" { "use_item_rendertarget" "0" "allow_rot" "0" + "inventory_image_type" "1" } } + "ConfirmLabel" { "ControlName" "CExLabel" @@ -230,8 +220,9 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - "fgcolor_override" "Base Color" + "fgcolor_override" "Yellow" } + "CancelButton" { "ControlName" "CExButton" @@ -255,16 +246,10 @@ "Command" "cancel" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "paintbackground" "1" - "defaultBgColor_override" "15 15 15 255" - "armedBgColor_override" "25 25 25 255" - "depressedBgColor_override" "25 25 25 255" - "defaultFgColor_override" "TanLight" - "armedFgColor_override" "TanLight" - "depressedFgColor_override" "TanLight" - "border_default" "ButtonHover" - "border_armed" "ButtonHover" + "border_default" "ButtonHover" + "border_armed" "ButtonHover" } + "OkButton" { "ControlName" "CExButton" @@ -288,14 +273,7 @@ "Command" "apply" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "paintbackground" "1" - "defaultBgColor_override" "15 15 15 255" - "armedBgColor_override" "25 25 25 255" - "depressedBgColor_override" "25 25 25 255" - "defaultFgColor_override" "TanLight" - "armedFgColor_override" "TanLight" - "depressedFgColor_override" "TanLight" - "border_default" "ButtonHover" - "border_armed" "ButtonHover" + "border_default" "ButtonHover" + "border_armed" "ButtonHover" } }
\ No newline at end of file |
