From ed9880f8019266951223d7e629e18c8e3e9a0e90 Mon Sep 17 00:00:00 2001 From: Thomas Christlieb Date: Mon, 14 Nov 2022 12:15:17 +0100 Subject: [PATCH] fix misclicks through sidebar --- mods/cnc/chrome/ingame.yaml | 2 +- mods/ra/chrome/ingame-player.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mods/cnc/chrome/ingame.yaml b/mods/cnc/chrome/ingame.yaml index b1c88d1ab4..bf4a772df8 100644 --- a/mods/cnc/chrome/ingame.yaml +++ b/mods/cnc/chrome/ingame.yaml @@ -1549,7 +1549,7 @@ Container@PLAYER_WIDGETS: X: WINDOW_RIGHT - WIDTH - 5 Y: 5 Width: 230 - Height: 291 + Height: 314 ImageCollection: sidebar ImageName: background-sidebar ClickThrough: false diff --git a/mods/ra/chrome/ingame-player.yaml b/mods/ra/chrome/ingame-player.yaml index c2ebd59091..9717cebdb4 100644 --- a/mods/ra/chrome/ingame-player.yaml +++ b/mods/ra/chrome/ingame-player.yaml @@ -603,7 +603,7 @@ Container@PLAYER_WIDGETS: X: WINDOW_RIGHT - 250 Y: 272 Width: 238 - Height: 27 + Height: 28 ImageCollection: sidebar ImageName: background-moneybin ClickThrough: false