From 89d34650c0e0af29e0a27289838662ed272586b0 Mon Sep 17 00:00:00 2001 From: Wiktor Kocielski Date: Wed, 26 Apr 2023 00:28:51 +0300 Subject: [PATCH] Fix LayersMatrixEditor --- Source/Editor/CustomEditors/Dedicated/LayersMatrixEditor.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Editor/CustomEditors/Dedicated/LayersMatrixEditor.cs b/Source/Editor/CustomEditors/Dedicated/LayersMatrixEditor.cs index 494663149..fa104b893 100644 --- a/Source/Editor/CustomEditors/Dedicated/LayersMatrixEditor.cs +++ b/Source/Editor/CustomEditors/Dedicated/LayersMatrixEditor.cs @@ -45,7 +45,7 @@ namespace FlaxEditor.CustomEditors.Dedicated var upperRightCell = new VerticalPanel { ClipChildren = false, - Pivot = new Float2(0.0f, 0.0f), + Pivot = new Float2(0.00001f, 0.0f), Offset = new Float2(-labelsWidth, 0), Rotation = -90, Spacing = 0,