Skip to content

Commit c508288

Browse files
committed
ui: fix messages size
1 parent 2a1e1c0 commit c508288

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Pacification/Assets/Prefabs/UI/Messages/AlertMessage.prefab

+1-1
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ RectTransform:
167167
m_AnchorMin: {x: 0, y: 0}
168168
m_AnchorMax: {x: 0, y: 0}
169169
m_AnchoredPosition: {x: 0, y: 0}
170-
m_SizeDelta: {x: 400, y: 30}
170+
m_SizeDelta: {x: 520, y: 33}
171171
m_Pivot: {x: 0.5, y: 0.5}
172172
--- !u!224 &224850815217515674
173173
RectTransform:

Pacification/Assets/Prefabs/UI/Messages/Message.prefab

+1-1
Original file line numberDiff line numberDiff line change
@@ -185,5 +185,5 @@ RectTransform:
185185
m_AnchorMin: {x: 0, y: 0}
186186
m_AnchorMax: {x: 0, y: 0}
187187
m_AnchoredPosition: {x: 0, y: 0}
188-
m_SizeDelta: {x: 400, y: 30}
188+
m_SizeDelta: {x: 520, y: 33}
189189
m_Pivot: {x: 0.5, y: 0.5}

Pacification/Assets/Prefabs/UI/Messages/PrivateMessage.prefab

+1-1
Original file line numberDiff line numberDiff line change
@@ -185,5 +185,5 @@ RectTransform:
185185
m_AnchorMin: {x: 0, y: 0}
186186
m_AnchorMax: {x: 0, y: 0}
187187
m_AnchoredPosition: {x: 0, y: 0}
188-
m_SizeDelta: {x: 400, y: 30}
188+
m_SizeDelta: {x: 520, y: 33}
189189
m_Pivot: {x: 0.5, y: 0.5}

Pacification/Assets/Scenes/Map.unity

+1-1
Original file line numberDiff line numberDiff line change
@@ -2680,7 +2680,7 @@ RectTransform:
26802680
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
26812681
m_AnchorMin: {x: 0, y: 1}
26822682
m_AnchorMax: {x: 0, y: 1}
2683-
m_AnchoredPosition: {x: 0, y: 0.000019214085}
2683+
m_AnchoredPosition: {x: 0, y: 0.0000068049967}
26842684
m_SizeDelta: {x: 400, y: 0}
26852685
m_Pivot: {x: 0, y: 1}
26862686
--- !u!114 &430921716

0 commit comments

Comments
 (0)