mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-02-15 03:30:53 +01:00
Makes BoxContainer default separation 0.
This commit is contained in:
@@ -12,7 +12,7 @@ namespace Robust.Client.UserInterface.Controls
|
||||
{
|
||||
public const string StylePropertySeparation = "separation";
|
||||
|
||||
private const int DefaultSeparation = 1;
|
||||
private const int DefaultSeparation = 0;
|
||||
private protected abstract bool Vertical { get; }
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user