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/ConfirmApplyTeamColorPaintCanDialog.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/ConfirmApplyTeamColorPaintCanDialog.res')
| -rw-r--r-- | resource/ui/econ/ConfirmApplyTeamColorPaintCanDialog.res | 76 |
1 files changed, 36 insertions, 40 deletions
diff --git a/resource/ui/econ/ConfirmApplyTeamColorPaintCanDialog.res b/resource/ui/econ/ConfirmApplyTeamColorPaintCanDialog.res index eef7a12..9035791 100644 --- a/resource/ui/econ/ConfirmApplyTeamColorPaintCanDialog.res +++ b/resource/ui/econ/ConfirmApplyTeamColorPaintCanDialog.res @@ -15,6 +15,7 @@ "border" "CyanBorderThick" "bgcolor_override" "25 25 25 255" } + "mouseoveritempanel" { "ControlName" "CItemModelPanel" @@ -27,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" "Cerbetica26" "labelText" "dynamic" "textAlignment" "center" "xpos" "100" @@ -88,6 +73,7 @@ "enabled" "1" "centerwrap" "1" } + "ToolBG" { "ControlName" "CExLabel" @@ -145,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" @@ -207,12 +195,15 @@ "text_ypos" "100" "text_center" "1" "name_only" "1" + "itemmodelpanel" { "use_item_rendertarget" "0" "allow_rot" "0" + "inventory_image_type" "1" } } + "ConfirmLabel" { "ControlName" "CExLabel" @@ -229,8 +220,9 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - "fgcolor_override" "Base Color" + "fgcolor_override" "Yellow" } + "paint_model_red" { "ControlName" "CItemModelPanel" @@ -260,6 +252,7 @@ "allow_rot" "1" } } + "paint_model_blue" { "ControlName" "CItemModelPanel" @@ -289,6 +282,7 @@ "allow_rot" "1" } } + "WarningLabel" { "ControlName" "CExLabel" @@ -307,6 +301,7 @@ "enabled" "1" "fgcolor_override" "Base Color" } + "CancelButton" { "ControlName" "CExButton" @@ -340,6 +335,7 @@ "border_default" "ButtonHover" "border_armed" "ButtonHover" } + "OkButton" { "ControlName" "CExButton" |
