diff options
| author | Igor <[email protected]> | 2020-08-07 20:52:22 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-08-07 20:52:22 -0400 |
| commit | c8ba1648bd2752ba647b09f164739a7c5ff83734 (patch) | |
| tree | 00124ff378826238f3338b3e4966ad1950c965e2 /resource/ui/itemrenameconfirmationdialog.res | |
| parent | 21fed14fc11e2021ff767e2bec34d8d0fa20715f (diff) | |
| parent | e391ac81598292127c356fcb6adbd83db72c5888 (diff) | |
Merge pull request #149 from raysfire/dev
v2020.0808
Diffstat (limited to 'resource/ui/itemrenameconfirmationdialog.res')
| -rw-r--r-- | resource/ui/itemrenameconfirmationdialog.res | 22 |
1 files changed, 12 insertions, 10 deletions
diff --git a/resource/ui/itemrenameconfirmationdialog.res b/resource/ui/itemrenameconfirmationdialog.res index 44b96a1..befe771 100644 --- a/resource/ui/itemrenameconfirmationdialog.res +++ b/resource/ui/itemrenameconfirmationdialog.res @@ -19,7 +19,7 @@ { "ControlName" "CExLabel" "fieldName" "TitleLabel" - "font" "HudFontSmallBold" + "font" "HudFontMediumBold" "labelText" "dynamic" "textAlignment" "center" "xpos" "100" @@ -60,8 +60,8 @@ "xpos" "10" "ypos" "10" "zpos" "1" - "wide" "200" - "tall" "70" + "wide" "84" + "tall" "64" "visible" "1" "bgcolor_override" "Transparent" "noitem_textcolor" "TextColor" @@ -74,11 +74,13 @@ "text_ypos" "100" // Hide it off the bottom "text_center" "1" "name_only" "1" + "paint_icon_hide" "1" "itemmodelpanel" { "use_item_rendertarget" "0" "allow_rot" "0" + "inventory_image_type" "1" } } "SubjectBG" @@ -107,8 +109,8 @@ "xpos" "300" "ypos" "10" "zpos" "1" - "wide" "90" - "tall" "70" + "wide" "84" + "tall" "64" "visible" "1" "bgcolor_override" "Transparent" "noitem_textcolor" "TextColor" @@ -151,7 +153,7 @@ { "ControlName" "CExLabel" "fieldName" "GivenName" - "font" "HudFontMediumSecondary" + "font" "HudFontSmall" "labelText" "%name%" "textAlignment" "center" "xpos" "20" @@ -194,14 +196,14 @@ "ypos" "200" "zpos" "1" "wide" "130" - "tall" "25" + "tall" "20" "autoResize" "0" "pinCorner" "3" "visible" "1" "enabled" "1" "tabPosition" "0" "labelText" "#Cancel" - "font" "HudFontSmallBold" + "font" "HudFontSmall" "textAlignment" "center" "dulltext" "0" "brighttext" "0" @@ -219,14 +221,14 @@ "ypos" "200" "zpos" "1" "wide" "130" - "tall" "25" + "tall" "20" "autoResize" "0" "pinCorner" "3" "visible" "1" "enabled" "1" "tabPosition" "0" "labelText" "#CraftNameConfirm" - "font" "HudFontSmallBold" + "font" "HudFontSmall" "textAlignment" "center" "dulltext" "0" "brighttext" "0" |
