diff --git a/Content.Client/Administration/UI/CustomControls/PlayerListControl.xaml b/Content.Client/Administration/UI/CustomControls/PlayerListControl.xaml index 4f64435d42..4007a99487 100644 --- a/Content.Client/Administration/UI/CustomControls/PlayerListControl.xaml +++ b/Content.Client/Administration/UI/CustomControls/PlayerListControl.xaml @@ -1,13 +1,13 @@ - - + + - + + MinSize="100 100" /> diff --git a/Content.Client/Administration/UI/CustomControls/PlayerListControl.xaml.cs b/Content.Client/Administration/UI/CustomControls/PlayerListControl.xaml.cs index fa1dfeb613..9877433289 100644 --- a/Content.Client/Administration/UI/CustomControls/PlayerListControl.xaml.cs +++ b/Content.Client/Administration/UI/CustomControls/PlayerListControl.xaml.cs @@ -10,7 +10,7 @@ using Robust.Shared.Players; namespace Content.Client.Administration.UI.CustomControls { [GenerateTypedNameReferences] - public partial class PlayerListControl : VBoxContainer + public partial class PlayerListControl : BoxContainer { private List? _data; diff --git a/Content.Client/CharacterInfo/Components/CharacterInfoComponent.cs b/Content.Client/CharacterInfo/Components/CharacterInfoComponent.cs index ce4f536335..fd0c1d5463 100644 --- a/Content.Client/CharacterInfo/Components/CharacterInfoComponent.cs +++ b/Content.Client/CharacterInfo/Components/CharacterInfoComponent.cs @@ -56,7 +56,7 @@ namespace Content.Client.CharacterInfo.Components } } - private sealed class CharacterInfoControl : VBoxContainer + private sealed class CharacterInfoControl : BoxContainer { public SpriteView SpriteView { get; } public Label NameLabel { get; } @@ -68,6 +68,8 @@ namespace Content.Client.CharacterInfo.Components { IoCManager.InjectDependencies(this); + Orientation = LayoutOrientation.Vertical; + AddChild(new BoxContainer { Orientation = LayoutOrientation.Horizontal, diff --git a/Content.Client/Chemistry/UI/TransferAmountWindow.xaml b/Content.Client/Chemistry/UI/TransferAmountWindow.xaml index 50716c563c..63affa73b1 100644 --- a/Content.Client/Chemistry/UI/TransferAmountWindow.xaml +++ b/Content.Client/Chemistry/UI/TransferAmountWindow.xaml @@ -2,10 +2,10 @@ Title="{Loc 'ui-transfer-amount-title'}" Resizable="False"> - - + + - +