Get rid of any usage of VBoxContainer/HBoxContainer (#4653)
Co-authored-by: Swept <sweptwastaken@protonmail.com>
This commit is contained in:
@@ -9,12 +9,14 @@ using Robust.Shared.Utility;
|
||||
|
||||
namespace Content.Client.Info
|
||||
{
|
||||
public class ServerInfo : VBoxContainer
|
||||
public class ServerInfo : BoxContainer
|
||||
{
|
||||
private readonly RichTextLabel _richTextLabel;
|
||||
|
||||
public ServerInfo()
|
||||
{
|
||||
Orientation = LayoutOrientation.Vertical;
|
||||
|
||||
_richTextLabel = new RichTextLabel
|
||||
{
|
||||
VerticalExpand = true
|
||||
|
||||
Reference in New Issue
Block a user