From 808dfd16145192efc87f02e129059cd5857eb22a Mon Sep 17 00:00:00 2001 From: C-H716 <1536152356@qq.com> Date: Mon, 3 Nov 2025 01:31:36 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8C=89=E9=92=AE=E4=BD=8D=E7=BD=AE=E4=B8=8B?= =?UTF-8?q?=E7=A7=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mixin/ae2/client/gui/InterfaceScreenMixin.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/java/com/extendedae_plus/mixin/ae2/client/gui/InterfaceScreenMixin.java b/src/main/java/com/extendedae_plus/mixin/ae2/client/gui/InterfaceScreenMixin.java index 59013e7..58d9824 100644 --- a/src/main/java/com/extendedae_plus/mixin/ae2/client/gui/InterfaceScreenMixin.java +++ b/src/main/java/com/extendedae_plus/mixin/ae2/client/gui/InterfaceScreenMixin.java @@ -104,9 +104,9 @@ public abstract class InterfaceScreenMixin { ScaleButtonHelper.layoutButtons( eap$scaleButtons, leftPos - eap$scaleButtons.divide2().getWidth(), // 左侧外缘 - topPos + 30, // 上偏移 - 22, // 间距 - ScaleButtonHelper.Side.LEFT // 左侧布局 + topPos + eap$scaleButtons.divide2().getWidth() + 30, // 上偏移 + 22, // 间距 + ScaleButtonHelper.Side.LEFT // 左侧布局 ); } }