From a09c4e7bd14d52279791fb7c61bacecf6a4801d8 Mon Sep 17 00:00:00 2001 From: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> Date: Tue, 28 Mar 2023 13:51:40 +1100 Subject: [PATCH] Stretch top bar for separated hud (#14873) --- .../UserInterface/Systems/MenuBar/Widgets/GameTopMenuBar.xaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Client/UserInterface/Systems/MenuBar/Widgets/GameTopMenuBar.xaml b/Content.Client/UserInterface/Systems/MenuBar/Widgets/GameTopMenuBar.xaml index 83b8d010d3..6765699531 100644 --- a/Content.Client/UserInterface/Systems/MenuBar/Widgets/GameTopMenuBar.xaml +++ b/Content.Client/UserInterface/Systems/MenuBar/Widgets/GameTopMenuBar.xaml @@ -9,7 +9,7 @@ Name = "MenuButtons" VerticalExpand="False" Orientation="Horizontal" - HorizontalAlignment="Left" + HorizontalAlignment="Stretch" VerticalAlignment="Top" SeparationOverride="5" > -- 2.51.2