按钮位置下移
This commit is contained in:
parent
c02d0eb263
commit
808dfd1614
|
|
@ -104,7 +104,7 @@ public abstract class InterfaceScreenMixin<T extends AEBaseMenu> {
|
||||||
ScaleButtonHelper.layoutButtons(
|
ScaleButtonHelper.layoutButtons(
|
||||||
eap$scaleButtons,
|
eap$scaleButtons,
|
||||||
leftPos - eap$scaleButtons.divide2().getWidth(), // 左侧外缘
|
leftPos - eap$scaleButtons.divide2().getWidth(), // 左侧外缘
|
||||||
topPos + 30, // 上偏移
|
topPos + eap$scaleButtons.divide2().getWidth() + 30, // 上偏移
|
||||||
22, // 间距
|
22, // 间距
|
||||||
ScaleButtonHelper.Side.LEFT // 左侧布局
|
ScaleButtonHelper.Side.LEFT // 左侧布局
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user