diff --git a/Content.Client/Administration/UI/CustomControls/PlayerListControl.xaml b/Content.Client/Administration/UI/CustomControls/PlayerListControl.xaml
index 4007a99487..aedfcaa260 100644
--- a/Content.Client/Administration/UI/CustomControls/PlayerListControl.xaml
+++ b/Content.Client/Administration/UI/CustomControls/PlayerListControl.xaml
@@ -1,13 +1,13 @@
-
-
-
-
-
-
-
+
+
diff --git a/Content.Client/CharacterAppearance/MagicMirrorBoundUserInterface.cs b/Content.Client/CharacterAppearance/MagicMirrorBoundUserInterface.cs
index 1749ec46b8..4b186faed5 100644
--- a/Content.Client/CharacterAppearance/MagicMirrorBoundUserInterface.cs
+++ b/Content.Client/CharacterAppearance/MagicMirrorBoundUserInterface.cs
@@ -348,7 +348,7 @@ namespace Content.Client.CharacterAppearance
_facialHairStylePicker.OnHairStylePicked += newStyle => owner.HairSelected(newStyle, true);
_facialHairStylePicker.OnHairColorPicked += newColor => owner.HairColorSelected(newColor, true);
- _eyeColorPicker = new EyeColorPicker {SizeFlagsHorizontal = SizeFlags.FillExpand};
+ _eyeColorPicker = new EyeColorPicker { HorizontalExpand = true };
_eyeColorPicker.OnEyeColorPicked += newColor => owner.EyeColorSelected(newColor);
Contents.AddChild(new BoxContainer
diff --git a/Content.Client/Suspicion/SuspicionGui.xaml b/Content.Client/Suspicion/SuspicionGui.xaml
index abe4aea834..85c0b42bc7 100644
--- a/Content.Client/Suspicion/SuspicionGui.xaml
+++ b/Content.Client/Suspicion/SuspicionGui.xaml
@@ -1,7 +1,7 @@
diff --git a/Content.Client/Verbs/VerbSystem.cs b/Content.Client/Verbs/VerbSystem.cs
index 4714562f3f..bc7ed79af0 100644
--- a/Content.Client/Verbs/VerbSystem.cs
+++ b/Content.Client/Verbs/VerbSystem.cs
@@ -434,10 +434,7 @@ namespace Content.Client.Verbs
Stretch = TextureRect.StretchMode.KeepCentered
}),
- (_label = new Label
- {
- SizeFlagsHorizontal = SizeFlags.FillExpand
- }),
+ (_label = new Label { HorizontalExpand = true }),
// Padding
new Control {MinSize = (8, 0)},