diff options
| author | CriticalFlaw <[email protected]> | 2019-04-06 13:54:46 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-04-06 13:54:46 -0400 |
| commit | fd911f0f86352de97434aac3dbde812124caf52d (patch) | |
| tree | 460d48020bb6c14fec54c86779f8d304d7c83f05 /resource/ui/econ/ConfirmApplyStrangePartApplicationDialog.res | |
| parent | 581f8398788825c7f44825dd2c5118e3535de7c0 (diff) | |
| parent | 896d2088f4f926d5425e00b11ae85d7791eaba85 (diff) | |
Merge pull request #126 from raysfire/dev
v2019.0406
Diffstat (limited to 'resource/ui/econ/ConfirmApplyStrangePartApplicationDialog.res')
| -rw-r--r-- | resource/ui/econ/ConfirmApplyStrangePartApplicationDialog.res | 38 |
1 files changed, 18 insertions, 20 deletions
diff --git a/resource/ui/econ/ConfirmApplyStrangePartApplicationDialog.res b/resource/ui/econ/ConfirmApplyStrangePartApplicationDialog.res index 63f5ace..263561f 100644 --- a/resource/ui/econ/ConfirmApplyStrangePartApplicationDialog.res +++ b/resource/ui/econ/ConfirmApplyStrangePartApplicationDialog.res @@ -9,11 +9,10 @@ "ypos" "c-200" "wide" "400" "tall" "240" + "bgcolor_override" "DarkGrey" + "paintbackgroundtype" "0" "settitlebarvisible" "0" - "paintborder" "2" - "paintbackground" "1" "border" "CyanBorderThick" - "bgcolor_override" "25 25 25 255" } "mouseoveritempanel" @@ -26,16 +25,16 @@ "wide" "300" "tall" "300" "visible" "0" - "bgcolor_override" "0 0 0 0" - "noitem_textcolor" "117 107 94 255" + "bgcolor_override" "Transparent" + "noitem_textcolor" "TextColor" "PaintBackgroundType" "2" - "paintborder" "1" + "paintborder" "1" "text_ypos" "20" "text_center" "1" "model_hide" "1" "resize_to_text" "1" "padding_height" "15" - + "attriblabel" { "font" "ItemFontAttribLarge" @@ -50,10 +49,10 @@ "enabled" "1" "labelText" "%attriblist%" "textAlignment" "center" - "fgcolor" "117 107 94 255" + "fgcolor" "TextColor" "centerwrap" "1" } - } + } "TitleLabel" { @@ -119,8 +118,8 @@ "wide" "84" "tall" "64" "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" @@ -131,7 +130,7 @@ "text_center" "1" "name_only" "1" "paint_icon_hide" "1" - + "itemmodelpanel" { "use_item_rendertarget" "0" @@ -184,8 +183,8 @@ "wide" "84" "tall" "64" "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" @@ -195,15 +194,14 @@ "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" @@ -238,7 +236,7 @@ "enabled" "1" "tabPosition" "0" "labelText" "#Cancel" - "font" "DfButton" + "font" "HudFontSmall" "textAlignment" "center" "dulltext" "0" "brighttext" "0" @@ -249,7 +247,7 @@ "border_default" "ButtonHover" "border_armed" "ButtonHover" } - + "OkButton" { "ControlName" "CExButton" @@ -265,7 +263,7 @@ "enabled" "1" "tabPosition" "0" "labelText" "#CraftNameConfirm" - "font" "DfButton" + "font" "HudFontSmall" "textAlignment" "center" "dulltext" "0" "brighttext" "0" |
