Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Design]UI_SettingPopup_Prefabs_Edit #3693

Merged
merged 1 commit into from
Nov 28, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 16 additions & 16 deletions nekoyume/Assets/Resources/UI/Prefabs/UI_SettingPopup.prefab
Original file line number Diff line number Diff line change
Expand Up @@ -4900,9 +4900,9 @@ RectTransform:
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0, y: 1}
m_AnchorMax: {x: 0, y: 1}
m_AnchoredPosition: {x: 16, y: -8.000015}
m_SizeDelta: {x: 180, y: 24}
m_Pivot: {x: 0, y: 1}
m_AnchoredPosition: {x: 16, y: -20}
m_SizeDelta: {x: 180, y: 30}
m_Pivot: {x: 0, y: 0.5}
--- !u!222 &2874332161597327953
CanvasRenderer:
m_ObjectHideFlags: 0
Expand Down Expand Up @@ -4961,12 +4961,12 @@ MonoBehaviour:
m_faceColor:
serializedVersion: 2
rgba: 4294967295
m_fontSize: 20
m_fontSize: 18
m_fontSizeBase: 20
m_fontWeight: 400
m_enableAutoSizing: 0
m_enableAutoSizing: 1
m_fontSizeMin: 8
m_fontSizeMax: 32
m_fontSizeMax: 18
m_fontStyle: 1
m_HorizontalAlignment: 4
m_VerticalAlignment: 512
Expand Down Expand Up @@ -8380,9 +8380,9 @@ RectTransform:
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0, y: 1}
m_AnchorMax: {x: 0, y: 1}
m_AnchoredPosition: {x: 16, y: -8}
m_SizeDelta: {x: 180, y: 24}
m_Pivot: {x: 0, y: 1}
m_AnchoredPosition: {x: 16, y: -20}
m_SizeDelta: {x: 180, y: 30}
m_Pivot: {x: 0, y: 0.5}
--- !u!222 &7286441516154419336
CanvasRenderer:
m_ObjectHideFlags: 0
Expand Down Expand Up @@ -8439,12 +8439,12 @@ MonoBehaviour:
m_faceColor:
serializedVersion: 2
rgba: 4294967295
m_fontSize: 20
m_fontSize: 18
m_fontSizeBase: 20
m_fontWeight: 400
m_enableAutoSizing: 0
m_enableAutoSizing: 1
m_fontSizeMin: 8
m_fontSizeMax: 32
m_fontSizeMax: 18
m_fontStyle: 33
m_HorizontalAlignment: 4
m_VerticalAlignment: 512
Expand Down Expand Up @@ -11269,7 +11269,7 @@ RectTransform:
m_AnchorMin: {x: 0, y: 0}
m_AnchorMax: {x: 0, y: 0}
m_AnchoredPosition: {x: 0, y: 0}
m_SizeDelta: {x: 140, y: 40}
m_SizeDelta: {x: 140, y: 36}
m_Pivot: {x: 0, y: 1}
--- !u!222 &3161191919157635527
CanvasRenderer:
Expand Down Expand Up @@ -11330,9 +11330,9 @@ MonoBehaviour:
m_fontSize: 18
m_fontSizeBase: 18
m_fontWeight: 400
m_enableAutoSizing: 0
m_enableAutoSizing: 1
m_fontSizeMin: 8
m_fontSizeMax: 32
m_fontSizeMax: 18
m_fontStyle: 33
m_HorizontalAlignment: 4
m_VerticalAlignment: 512
Expand Down Expand Up @@ -14075,7 +14075,7 @@ MonoBehaviour:
m_HandleRect: {fileID: 4514510073181407524}
m_Direction: 2
m_Value: 0
m_Size: 0.8994975
m_Size: 1
m_NumberOfSteps: 0
m_OnValueChanged:
m_PersistentCalls:
Expand Down
Loading