From b98b9d56b5e7408e9b903dd6842e0f0a48045a59 Mon Sep 17 00:00:00 2001 From: mischa Date: Mon, 14 Oct 2024 13:14:04 +0200 Subject: [PATCH] netgraph: NetworkGraph adjusted to fit Y labels better --- .../Components/Profiling/Prefabs/NetworkGraph.prefab | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Assets/Mirror/Components/Profiling/Prefabs/NetworkGraph.prefab b/Assets/Mirror/Components/Profiling/Prefabs/NetworkGraph.prefab index e9e45bfa6..6f06922a4 100644 --- a/Assets/Mirror/Components/Profiling/Prefabs/NetworkGraph.prefab +++ b/Assets/Mirror/Components/Profiling/Prefabs/NetworkGraph.prefab @@ -117,8 +117,8 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} - m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 0, y: 0} + m_AnchoredPosition: {x: 10, y: 0} + m_SizeDelta: {x: -20, y: 0} m_Pivot: {x: 0.5, y: 0.5} --- !u!222 &5129519199212594243 CanvasRenderer: @@ -462,8 +462,8 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} - m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 0, y: 0} + m_AnchoredPosition: {x: 10, y: 0} + m_SizeDelta: {x: -20, y: 0} m_Pivot: {x: 0.5, y: 0.5} --- !u!1 &3534129496521135982 GameObject: