committed by
GitHub
parent
4cf8e18d1f
commit
26da24c3c5
@@ -13,11 +13,13 @@ namespace Content.Client.UserInterface
|
||||
|
||||
public StatusEffectsUI()
|
||||
{
|
||||
_vBox = new VBoxContainer {GrowHorizontal = GrowDirection.Begin};
|
||||
_vBox = new VBoxContainer();
|
||||
MouseFilter = Control.MouseFilterMode.Ignore;
|
||||
AddChild(_vBox);
|
||||
SetAnchorAndMarginPreset(LayoutPreset.TopRight);
|
||||
MarginTop = 250;
|
||||
MarginRight = 10;
|
||||
|
||||
LayoutContainer.SetGrowHorizontal(this, LayoutContainer.GrowDirection.Begin);
|
||||
LayoutContainer.SetAnchorAndMarginPreset(this, LayoutContainer.LayoutPreset.TopRight, margin: 10);
|
||||
LayoutContainer.SetMarginTop(this, 250);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user