From a823d4f2c38f27868cfdb8dcff58980cb64e23cc Mon Sep 17 00:00:00 2001 From: Soar Qin Date: Fri, 20 Dec 2024 21:15:45 +0800 Subject: [PATCH] move mismatch tip button --- UXAssist/UIConfigWindow.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UXAssist/UIConfigWindow.cs b/UXAssist/UIConfigWindow.cs index 087ed25..6bdcb5d 100644 --- a/UXAssist/UIConfigWindow.cs +++ b/UXAssist/UIConfigWindow.cs @@ -240,7 +240,6 @@ public static class UIConfigWindow wnd.AddCheckBox(x, y, tab2, FactoryPatch.OffGridBuildingEnabled, "Off-grid building and stepped rotation"); y += 36f; checkBoxForMeasureTextWidth = wnd.AddCheckBox(x, y, tab2, FactoryPatch.TreatStackingAsSingleEnabled, "Treat stack items as single in monitor components"); - wnd.AddTipsButton2(x + checkBoxForMeasureTextWidth.Width + 5f, y + 6f, tab2, "Enhance control for logistic storage limits", "Enhance control for logistic storage limits tips", "enhanced-logistic-limit-tips"); y += 36f; wnd.AddCheckBox(x, y, tab2, FactoryPatch.QuickBuildAndDismantleLabsEnabled, "Quick build and dismantle stacking labs"); y += 36f; @@ -293,6 +292,7 @@ public static class UIConfigWindow x = 400f; y += 54f; wnd.AddCheckBox(x, y, tab2, LogisticsPatch.LogisticsCapacityTweaksEnabled, "Enhance control for logistic storage limits"); + wnd.AddTipsButton2(x + checkBoxForMeasureTextWidth.Width + 5f, y + 6f, tab2, "Enhance control for logistic storage limits", "Enhance control for logistic storage limits tips", "enhanced-logistic-limit-tips"); y += 36f; wnd.AddCheckBox(x, y, tab2, LogisticsPatch.AllowOverflowInLogisticsEnabled, "Allow overflow for Logistic Stations and Advanced Mining Machines"); y += 36f;