mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-02-15 03:30:53 +01:00
Oh yeah maybe commit this.
This commit is contained in:
@@ -135,8 +135,8 @@ namespace SS14.Client.ViewVariables
|
||||
{
|
||||
var box = new StyleBoxFlat();
|
||||
box.BackgroundColor = other ? Color.Transparent : Color.Black.WithAlpha(0.25f);
|
||||
box.SetContentMargin(StyleBox.Margin.Vertical, 1);
|
||||
box.SetContentMargin(StyleBox.Margin.Horizontal, 5);
|
||||
box.SetContentMarginOverride(StyleBox.Margin.Vertical, 1);
|
||||
box.SetContentMarginOverride(StyleBox.Margin.Horizontal, 5);
|
||||
return box;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user