Skip to content

Commit

Permalink
fix: custom dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
nattb8 committed Oct 23, 2024
1 parent 084f782 commit d5e42f3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions Assets/Shared/Prefabs/UI/CustomDialog.prefab
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ GameObject:
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
m_IsActive: 0
--- !u!224 &1315890723315707306
RectTransform:
m_ObjectHideFlags: 0
Expand Down Expand Up @@ -1481,7 +1481,7 @@ GameObject:
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 0
m_IsActive: 1
--- !u!224 &5534759557623525567
RectTransform:
m_ObjectHideFlags: 0
Expand All @@ -1498,10 +1498,10 @@ RectTransform:
m_Father: {fileID: 7628398890814633763}
m_RootOrder: 2
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0, y: 1}
m_AnchorMax: {x: 0, y: 1}
m_AnchoredPosition: {x: 300, y: -164.57999}
m_SizeDelta: {x: 560, y: 60}
m_AnchorMin: {x: 0, y: 0}
m_AnchorMax: {x: 0, y: 0}
m_AnchoredPosition: {x: 300, y: 0}
m_SizeDelta: {x: 560, y: 0}
m_Pivot: {x: 0.5, y: 0.5}
--- !u!114 &3296464666539796125
MonoBehaviour:
Expand Down
2 changes: 1 addition & 1 deletion Packages/packages-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"com.unity.nuget.newtonsoft-json": "3.2.0",
"com.cysharp.unitask": "2.3.3"
},
"hash": "03e4d2344a60f5d1a551b9de047629306693cab1"
"hash": "9a3384926b73629516fc28c940a3ce4847edc503"
},
"com.nobi.roundedcorners": {
"version": "https://github.com/kirevdokimov/Unity-UI-Rounded-Corners.git",
Expand Down

0 comments on commit d5e42f3

Please sign in to comment.