Skip to content

Commit

Permalink
fix: control panel fonts and margins
Browse files Browse the repository at this point in the history
  • Loading branch information
mihakrajnc committed Jan 20, 2025
1 parent c51dc4b commit d3c1cae
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Explorer/Assets/DCL/UI/Controls/ControlsPanel.prefab
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ RectTransform:
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 1, y: 0}
m_AnchorMax: {x: 1, y: 0}
m_AnchoredPosition: {x: -39, y: 30}
m_AnchoredPosition: {x: -30, y: 30}
m_SizeDelta: {x: 176, y: 24}
m_Pivot: {x: 1, y: 0}
--- !u!222 &6328030905292779236
Expand Down Expand Up @@ -263,7 +263,7 @@ RectTransform:
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0, y: 1}
m_AnchorMax: {x: 0, y: 1}
m_AnchoredPosition: {x: 40, y: -40}
m_AnchoredPosition: {x: 30, y: -30}
m_SizeDelta: {x: 650.538, y: 103.7513}
m_Pivot: {x: 0, y: 1}
--- !u!222 &4006370860451564086
Expand Down Expand Up @@ -296,8 +296,8 @@ MonoBehaviour:
m_Calls: []
m_text: Mouse and Key Controls <color=#716b7c>[H]
m_isRightToLeft: 0
m_fontAsset: {fileID: 11400000, guid: 8f586378b4e144a9851e7b34d9b748ee, type: 2}
m_sharedMaterial: {fileID: 2180264, guid: 8f586378b4e144a9851e7b34d9b748ee, type: 2}
m_fontAsset: {fileID: 11400000, guid: 96ae0a2159a39234f858ea23bdcc74ad, type: 2}
m_sharedMaterial: {fileID: 735423033564544980, guid: 96ae0a2159a39234f858ea23bdcc74ad, type: 2}
m_fontSharedMaterials: []
m_fontMaterial: {fileID: 0}
m_fontMaterials: []
Expand Down Expand Up @@ -401,7 +401,7 @@ RectTransform:
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 1, y: 1}
m_AnchorMax: {x: 1, y: 1}
m_AnchoredPosition: {x: -20, y: -20}
m_AnchoredPosition: {x: -30, y: -30}
m_SizeDelta: {x: 40, y: 40}
m_Pivot: {x: 1, y: 1}
--- !u!222 &6260271001077090241
Expand Down Expand Up @@ -463,8 +463,8 @@ MonoBehaviour:
m_SelectOnRight: {fileID: 0}
m_Transition: 1
m_Colors:
m_NormalColor: {r: 1, g: 1, b: 1, a: 0.101960786}
m_HighlightedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 0.29803923}
m_NormalColor: {r: 1, g: 1, b: 1, a: 0.050980393}
m_HighlightedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 0.2}
m_PressedColor: {r: 0, g: 0, b: 0, a: 1}
m_SelectedColor: {r: 1, g: 1, b: 1, a: 0.101960786}
m_DisabledColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 0.5019608}
Expand Down

0 comments on commit d3c1cae

Please sign in to comment.