diff options
| author | CriticalFlaw <[email protected]> | 2020-12-29 21:00:35 -0500 |
|---|---|---|
| committer | CriticalFlaw <[email protected]> | 2020-12-29 21:00:35 -0500 |
| commit | e0f728581ba5d7ca0d7ea06b015c36e189993664 (patch) | |
| tree | e92c90b4d1dffde240cff002e04d9e5b97a2eda9 /resource/ui/econ/inspectionpanel.res | |
| parent | ea282b4939ae1c8f5b69a89acf4db91d14491e62 (diff) | |
Bug Fixes, see notes.
- Fixed the stock items checkbox not working on the backpack page.
- Fixed the cutoff description label on the confirmation panel.
- Fixed the font for the item series number being too large to display.
- Fixed the store preview page not allowing to change item color and style.
- Increased the size of the sentry gun's health on the building panel (#158)
- Fixed the KOTH timer not being centred properly.
- Miscellenaous other fixes and improvements.
Diffstat (limited to 'resource/ui/econ/inspectionpanel.res')
| -rw-r--r-- | resource/ui/econ/inspectionpanel.res | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/resource/ui/econ/inspectionpanel.res b/resource/ui/econ/inspectionpanel.res index 3c42ff4..02e4c82 100644 --- a/resource/ui/econ/inspectionpanel.res +++ b/resource/ui/econ/inspectionpanel.res @@ -500,7 +500,7 @@ { "ControlName" "Button" "fieldName" "NewSeedButton" - "font" "HudFontSmall" + "font" "HudFontSmallest" "xpos" "8" "ypos" "75" @@ -565,10 +565,10 @@ "actionsignallevel" "2" "default" "1" "NumericInputOnly" "1" - "defaultfgcolor_override" "White" - "defaultbgcolor_override" "Black" - "selectedfgcolor_override" "Black" - "selectedbgcolor_override" "White" + "defaultFgColor_override" "White" + "defaultBgColor_override" "Black" + "selectedFgColor_override" "Black" + "selectedBgColor_override" "White" "maxchars" "18" "consume_mode" @@ -598,7 +598,7 @@ "wide" "75" "tall" "20" "labelText" "#TF_ItemAd_ViewOnMarket" - "font" "HudFontSmall" + "font" "HudFontSmallest" "textinsetx" "0" "textAlignment" "center" "proportionaltoparent" "1" @@ -608,9 +608,9 @@ "RoundedCorners" "0" "defaultFgColor_override" "White" - "defaultBgColor_override" "72 103 32 255" - "selectedFgColor_override" "White" - "selectedBgColor_override" "72 133 32 255" + "defaultBgColor_override" "Black" + "selectedFgColor_override" "Black" + "selectedBgColor_override" "White" "sound_armed" "ui/item_info_mouseover.wav" "sound_depressed" "UI/buttonclick.wav" |
