Restore default behavior in TilesPanel to have no margin between items

#608
This commit is contained in:
Wojtek Figat
2021-08-23 14:45:59 +02:00
parent 86fa371e0b
commit a04db5d4b4

View File

@@ -72,7 +72,7 @@ namespace FlaxEngine.GUI
/// Initializes a new instance of the <see cref="TilesPanel"/> class.
/// </summary>
public TilesPanel()
: this(2)
: this(0)
{
}