From 8869533d078b7095697c05c409ac4fdc915d8b4e Mon Sep 17 00:00:00 2001 From: Gustas <37534529+PunkPun@users.noreply.github.com> Date: Mon, 29 Dec 2025 20:23:36 +0200 Subject: [PATCH] Fix error label being mispositioned --- mods/cnc/chrome/editor.yaml | 2 +- mods/common/chrome/editor.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mods/cnc/chrome/editor.yaml b/mods/cnc/chrome/editor.yaml index 33e35015b5..ad433814a2 100644 --- a/mods/cnc/chrome/editor.yaml +++ b/mods/cnc/chrome/editor.yaml @@ -600,7 +600,7 @@ Container@EDITOR_WORLD_ROOT: Height: 25 Label@ACTOR_ID_ERROR_LABEL: X: 69 - Y: 35 + Y: 61 Width: 213 Height: 25 Font: TinyBold diff --git a/mods/common/chrome/editor.yaml b/mods/common/chrome/editor.yaml index 1dfb233128..06074068e1 100644 --- a/mods/common/chrome/editor.yaml +++ b/mods/common/chrome/editor.yaml @@ -567,7 +567,7 @@ Container@EDITOR_WORLD_ROOT: Height: 25 Label@ACTOR_ID_ERROR_LABEL: X: 69 - Y: 45 + Y: 71 Width: 213 Height: 25 Font: TinyBold