From 5c038af9ccb2ac86b11b041e8384f20d66010e9c Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Sat, 9 Dec 2017 16:10:51 -0500 Subject: 20171209 - Fixed the Build Menu Crash --- resource/ui/build_menu/pipboy/HudMenuEngyBuild.res | 44 +++++++++------------- 1 file changed, 18 insertions(+), 26 deletions(-) (limited to 'resource/ui/build_menu/pipboy/HudMenuEngyBuild.res') diff --git a/resource/ui/build_menu/pipboy/HudMenuEngyBuild.res b/resource/ui/build_menu/pipboy/HudMenuEngyBuild.res index 75feee7..734c055 100644 --- a/resource/ui/build_menu/pipboy/HudMenuEngyBuild.res +++ b/resource/ui/build_menu/pipboy/HudMenuEngyBuild.res @@ -36,8 +36,8 @@ { "ControlName" "CIconPanel" "fieldName" "BuildIconShadow" - "xpos" "-1" - "ypos" "-1" + "xpos" "9999" + "ypos" "9999" "zpos" "0" "wide" "48" "tall" "48" @@ -46,10 +46,6 @@ "scaleImage" "1" "icon" "ico_build" "iconColor" "0 0 0 255" - - "pin_to_sibling" "BuildIcon" - "pin_corner_to_sibling" "PIN_TOPLEFT" - "pin_to_sibling_corner" "PIN_TOPLEFT" } "TitleLabel" @@ -79,8 +75,8 @@ "fieldName" "TitleLabelDropshadow" "font" "CerbeticaBold32" "fgcolor" "TransparentBlack" - "xpos" "-2" // align me to the left edge of the first selection - "ypos" "-2" + "xpos" "70" // align me to the left edge of the first selection + "ypos" "-8" "zpos" "1" "wide" "300" "tall" "38" @@ -92,10 +88,6 @@ "textAlignment" "Left" "dulltext" "1" "brighttext" "0" - - "pin_to_sibling" "TitleLabel" - "pin_corner_to_sibling" "PIN_TOPLEFT" - "pin_to_sibling_corner" "PIN_TOPLEFT" } "CancelLabel" @@ -128,7 +120,7 @@ "wide" "100" "tall" "124" "visible" "1" - } + } "active_item_2" { @@ -140,7 +132,7 @@ "wide" "100" "tall" "124" "visible" "1" - } + } "active_item_3" { @@ -152,7 +144,7 @@ "wide" "100" "tall" "124" "visible" "1" - } + } "active_item_4" { @@ -176,7 +168,7 @@ "wide" "100" "tall" "124" "visible" "0" - } + } "already_built_item_2" { @@ -188,7 +180,7 @@ "wide" "100" "tall" "124" "visible" "0" - } + } "already_built_item_3" { @@ -200,7 +192,7 @@ "wide" "100" "tall" "124" "visible" "0" - } + } "already_built_item_4" { @@ -224,7 +216,7 @@ "wide" "100" "tall" "124" "visible" "0" - } + } "cant_afford_item_2" { @@ -236,7 +228,7 @@ "wide" "100" "tall" "124" "visible" "0" - } + } "cant_afford_item_3" { @@ -248,7 +240,7 @@ "wide" "100" "tall" "124" "visible" "0" - } + } "cant_afford_item_4" { @@ -261,7 +253,7 @@ "tall" "124" "visible" "0" } - + "unavailable_item_1" { "ControlName" "EditablePanel" @@ -272,7 +264,7 @@ "wide" "100" "tall" "124" "visible" "0" - } + } "unavailable_item_2" { @@ -284,7 +276,7 @@ "wide" "100" "tall" "124" "visible" "0" - } + } "unavailable_item_3" { @@ -296,7 +288,7 @@ "wide" "100" "tall" "124" "visible" "0" - } + } "unavailable_item_4" { @@ -308,5 +300,5 @@ "wide" "100" "tall" "124" "visible" "0" - } + } } \ No newline at end of file -- cgit v1.2.3