From ea0bcbd1cc5f5b2f36bf778e88eef45e91b7b7c0 Mon Sep 17 00:00:00 2001 From: Ivaylo Draganov Date: Tue, 22 Feb 2022 14:18:02 +0200 Subject: [PATCH] Adjust position of transients panel in TS --- mods/ts/chrome/ingame-transients.yaml | 13 +++++++++++++ mods/ts/mod.yaml | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 mods/ts/chrome/ingame-transients.yaml diff --git a/mods/ts/chrome/ingame-transients.yaml b/mods/ts/chrome/ingame-transients.yaml new file mode 100644 index 0000000000..b3a36878f1 --- /dev/null +++ b/mods/ts/chrome/ingame-transients.yaml @@ -0,0 +1,13 @@ +Container@TRANSIENTS_PANEL: + X: 5 + Y: WINDOW_BOTTOM - HEIGHT - 65 + Width: 550 + Height: 80 + Logic: IngameTransientNotificationsLogic + Children: + TextNotificationsDisplay@TRANSIENTS_DISPLAY: + Width: PARENT_RIGHT + Height: PARENT_BOTTOM + RemoveTime: 100 + LogLength: 5 + HideOverflow: False diff --git a/mods/ts/mod.yaml b/mods/ts/mod.yaml index ca85bb627b..49cfe0c6aa 100644 --- a/mods/ts/mod.yaml +++ b/mods/ts/mod.yaml @@ -131,7 +131,7 @@ Assemblies: ChromeLayout: common|chrome/ingame.yaml common|chrome/ingame-chat.yaml - common|chrome/ingame-transients.yaml + ts|chrome/ingame-transients.yaml common|chrome/ingame-fmvplayer.yaml common|chrome/ingame-menu.yaml common|chrome/ingame-info.yaml