diff options
| author | CriticalFlaw <[email protected]> | 2018-08-12 16:56:13 -0400 |
|---|---|---|
| committer | CriticalFlaw <[email protected]> | 2018-08-12 16:56:13 -0400 |
| commit | 40607cb02752a894fef2762fb83fb96c14054307 (patch) | |
| tree | 67036ff7908591fa6a4517a808be0993ff1fb8cc /resource/ui/econ/store/v2/storeviewcartpanel.res | |
| parent | 41833fd8b1c43abb2e5c67dbe2d1feb2b203a10a (diff) | |
Formatting Changes
Hopefully nothing is broken...?
Diffstat (limited to 'resource/ui/econ/store/v2/storeviewcartpanel.res')
| -rw-r--r-- | resource/ui/econ/store/v2/storeviewcartpanel.res | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/resource/ui/econ/store/v2/storeviewcartpanel.res b/resource/ui/econ/store/v2/storeviewcartpanel.res index 325ce7d..f853c97 100644 --- a/resource/ui/econ/store/v2/storeviewcartpanel.res +++ b/resource/ui/econ/store/v2/storeviewcartpanel.res @@ -148,6 +148,25 @@ "labelText" "%price%" "fgcolor_override" "130 120 104 255" } + + "PreviewItemLabel" + { + "ControlName" "Label" + "fieldname" "PreviewItemLabel" + "font" "HudFontSmallest" + "textAlignment" "center" + "xpos" "110" + "ypos" "36" + "wide" "250" + "tall" "15" + "zpos" "15" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "%preview_item%" + "fgcolor_override" "130 120 104 255" + } } } |
