diff options
| author | CriticalFlaw <[email protected]> | 2017-12-09 16:10:51 -0500 |
|---|---|---|
| committer | CriticalFlaw <[email protected]> | 2017-12-09 16:10:51 -0500 |
| commit | 5c038af9ccb2ac86b11b041e8384f20d66010e9c (patch) | |
| tree | 85798eccb85fc7fbd739b45110c55fb4b21ca2b6 /resource/ui/destroy_menu/pipboy/dispenser_active.res | |
| parent | 4c8289aaed84e36b612e25765927f12ebb5bfdf5 (diff) | |
20171209 - Fixed the Build Menu Crash
Diffstat (limited to 'resource/ui/destroy_menu/pipboy/dispenser_active.res')
| -rw-r--r-- | resource/ui/destroy_menu/pipboy/dispenser_active.res | 24 |
1 files changed, 10 insertions, 14 deletions
diff --git a/resource/ui/destroy_menu/pipboy/dispenser_active.res b/resource/ui/destroy_menu/pipboy/dispenser_active.res index fd235f9..47b86b6 100644 --- a/resource/ui/destroy_menu/pipboy/dispenser_active.res +++ b/resource/ui/destroy_menu/pipboy/dispenser_active.res @@ -1,7 +1,7 @@ "Resource/UI/destroy_menu/dispenser_active.res"
{
"ItemNameLabel"
- {
+ {
"ControlName" "CExLabel"
"fieldName" "ItemNameLabel"
"font" "CerbeticaBold12"
@@ -21,7 +21,7 @@ "brighttext" "0"
}
- "ItemBackground"
+ "ItemBackground"
{
"ControlName" "CIconPanel"
"fieldName" "ItemBackground"
@@ -37,7 +37,7 @@ "iconColor" "ProgressOffWhite"
}
- "DestroyIcon"
+ "DestroyIcon"
{
"ControlName" "CIconPanel"
"fieldName" "DestroyIcon"
@@ -52,8 +52,8 @@ "icon" "ico_demolish"
"iconColor" "0 255 0 255"
}
-
- "BuildingIcon"
+
+ "BuildingIcon"
{
"ControlName" "CIconPanel"
"fieldName" "BuildingIcon"
@@ -68,8 +68,8 @@ "icon" "obj_status_dispenser"
"iconColor" "0 255 0 255"
}
-
- "NumberBg"
+
+ "NumberBg"
{
"ControlName" "CIconPanel"
"fieldName" "NumberBg"
@@ -106,13 +106,13 @@ "brighttext" "0"
}
"NumberLabelShadow"
- {
+ {
"ControlName" "CExLabel"
"fieldName" "NumberLabel"
"font" "CerbeticaBold20"
"fgcolor" "TransparentBlack"
- "xpos" "-"
- "ypos" "-1"
+ "xpos" "1"
+ "ypos" "96"
"zpos" "1"
"wide" "100"
"tall" "18"
@@ -124,9 +124,5 @@ "textAlignment" "Center"
"dulltext" "1"
"brighttext" "0"
-
- "pin_to_sibling" "NumberLabel"
- "pin_corner_to_sibling" "PIN_TOPLEFT"
- "pin_to_sibling_corner" "PIN_TOPLEFT"
}
}
\ No newline at end of file |
