Skip to content

Commit

Permalink
fix: 🔧 Fix help panel bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyh28 committed Apr 9, 2024
1 parent 7baed89 commit 02343a7
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions interface/interface_local/Assets/Prefabs/Canvas.prefab
Original file line number Diff line number Diff line change
Expand Up @@ -779,9 +779,9 @@ RectTransform:
m_Children: []
m_Father: {fileID: 1234415729522239350}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0.5, y: 0.5}
m_AnchorMax: {x: 0.5, y: 0.5}
m_AnchoredPosition: {x: 340, y: -170}
m_AnchorMin: {x: 1, y: 0}
m_AnchorMax: {x: 1, y: 0}
m_AnchoredPosition: {x: -43, y: 43}
m_SizeDelta: {x: 100, y: 100}
m_Pivot: {x: 0.5, y: 0.5}
--- !u!222 &2363849967010706424
Expand Down Expand Up @@ -1680,7 +1680,7 @@ MonoBehaviour:
m_TargetGraphic: {fileID: 6236055102114207400}
m_HandleRect: {fileID: 365799900785986911}
m_Direction: 2
m_Value: 1
m_Value: 0
m_Size: 1
m_NumberOfSteps: 0
m_OnValueChanged:
Expand Down Expand Up @@ -2429,7 +2429,7 @@ RectTransform:
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0, y: 0}
m_AnchorMax: {x: 1, y: 0}
m_AnchoredPosition: {x: 0, y: 617.87}
m_AnchoredPosition: {x: 0, y: 487.7707}
m_SizeDelta: {x: 0, y: 0}
m_Pivot: {x: 0, y: 1}
--- !u!114 &9032870902116251292
Expand Down Expand Up @@ -2509,10 +2509,10 @@ RectTransform:
- {fileID: 532352430132060449}
m_Father: {fileID: 967142888289147413}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0.5, y: 0.5}
m_AnchorMax: {x: 0.5, y: 0.5}
m_AnchorMin: {x: 0, y: 0.5}
m_AnchorMax: {x: 1, y: 0.5}
m_AnchoredPosition: {x: 0, y: 0}
m_SizeDelta: {x: 777.4768, y: 425.9984}
m_SizeDelta: {x: -400, y: 425.9984}
m_Pivot: {x: 0.5, y: 0.5}
--- !u!222 &4129626071664704000
CanvasRenderer:
Expand Down Expand Up @@ -2586,9 +2586,9 @@ RectTransform:
m_Children: []
m_Father: {fileID: 1234415729522239350}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0.5, y: 0.5}
m_AnchorMax: {x: 0.5, y: 0.5}
m_AnchoredPosition: {x: -296, y: -136}
m_AnchorMin: {x: 0, y: 0}
m_AnchorMax: {x: 0, y: 0}
m_AnchoredPosition: {x: 87, y: 77}
m_SizeDelta: {x: 100, y: 68}
m_Pivot: {x: 0.5, y: 0.5}
--- !u!222 &8297930413429128930
Expand Down

0 comments on commit 02343a7

Please sign in to comment.