From a04db5d4b4b5ccefd01c1ead43a0f14d7477dea9 Mon Sep 17 00:00:00 2001 From: Wojtek Figat Date: Mon, 23 Aug 2021 14:45:59 +0200 Subject: [PATCH] Restore default behavior in TilesPanel to have no margin between items #608 --- Source/Engine/UI/GUI/Panels/TilesPanel.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Engine/UI/GUI/Panels/TilesPanel.cs b/Source/Engine/UI/GUI/Panels/TilesPanel.cs index d3e29fabe..c7a88b57e 100644 --- a/Source/Engine/UI/GUI/Panels/TilesPanel.cs +++ b/Source/Engine/UI/GUI/Panels/TilesPanel.cs @@ -72,7 +72,7 @@ namespace FlaxEngine.GUI /// Initializes a new instance of the class. /// public TilesPanel() - : this(2) + : this(0) { }