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/build_menu/hudmenueurekaeffect.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/build_menu/hudmenueurekaeffect.res')
| -rw-r--r-- | resource/ui/build_menu/hudmenueurekaeffect.res | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/resource/ui/build_menu/hudmenueurekaeffect.res b/resource/ui/build_menu/hudmenueurekaeffect.res index c1a997a..f3ca7fe 100644 --- a/resource/ui/build_menu/hudmenueurekaeffect.res +++ b/resource/ui/build_menu/hudmenueurekaeffect.res @@ -72,17 +72,17 @@ "ControlName" "CExLabel" "fieldName" "CancelLabel" "font" "SpectatorKeyHints" - "xpos" "9999" - "ypos" "9999" + "xpos" "0" + "ypos" "127" "zpos" "1" - "wide" "200" + "wide" "195" "tall" "13" "autoResize" "0" "pinCorner" "0" - "visible" "0" - "enabled" "0" + "visible" "1" + "enabled" "1" "labelText" "#Hud_Menu_Build_Cancel" - "textAlignment" "East" + "textAlignment" "east" "dulltext" "0" "brighttext" "0" } |
