mirror of
https://github.com/soarqin/DSP_Mods.git
synced 2025-12-09 00:53:39 +08:00
Dustbin v1.3.2
This commit is contained in:
@@ -135,7 +135,7 @@ public static class StoragePatch
|
||||
_storageDustbinCheckBox.Checked = storagePool[storageId].IsDustbin;
|
||||
if (__instance.transform is RectTransform rectTrans)
|
||||
{
|
||||
_storageDustbinCheckBox.rectTrans.anchoredPosition3D = new Vector3(50, 58 - rectTrans.sizeDelta.y, 0);
|
||||
_storageDustbinCheckBox.rectTrans.anchoredPosition3D = new Vector3(190, 57 - rectTrans.sizeDelta.y, 0);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user