diff --git a/Content.Client/PDA/PDABoundUserInterface.cs b/Content.Client/PDA/PDABoundUserInterface.cs index 32e9e76ea3..4e32a06dd6 100644 --- a/Content.Client/PDA/PDABoundUserInterface.cs +++ b/Content.Client/PDA/PDABoundUserInterface.cs @@ -246,7 +246,7 @@ namespace Content.Client.PDA public BoxContainer UplinkTabContainer { get; } - protected readonly HSplitContainer CategoryAndListingsContainer; + protected readonly SplitContainer CategoryAndListingsContainer; private readonly IPrototypeManager _prototypeManager; @@ -374,8 +374,9 @@ namespace Content.Client.PDA }; //This contains both the panel of the category buttons and the listings box. - CategoryAndListingsContainer = new HSplitContainer + CategoryAndListingsContainer = new SplitContainer { + Orientation = SplitContainer.SplitOrientation.Horizontal, VerticalExpand = true, };