Replace most VBox/HBoxContainers with BoxContainers (#4274)
This commit is contained in:
@@ -21,7 +21,10 @@ namespace Content.Client.Info
|
||||
};
|
||||
AddChild(_richTextLabel);
|
||||
|
||||
var buttons = new HBoxContainer();
|
||||
var buttons = new BoxContainer
|
||||
{
|
||||
Orientation = LayoutOrientation.Horizontal
|
||||
};
|
||||
AddChild(buttons);
|
||||
|
||||
var uriOpener = IoCManager.Resolve<IUriOpener>();
|
||||
|
||||
Reference in New Issue
Block a user