Restore default behavior in TilesPanel to have no margin between items
#608
This commit is contained in:
@@ -72,7 +72,7 @@ namespace FlaxEngine.GUI
|
||||
/// Initializes a new instance of the <see cref="TilesPanel"/> class.
|
||||
/// </summary>
|
||||
public TilesPanel()
|
||||
: this(2)
|
||||
: this(0)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user