diff --git a/ElectronicObserver/Window/Wpf/Headquarters/HeadquartersView.xaml b/ElectronicObserver/Window/Wpf/Headquarters/HeadquartersView.xaml index 241f26ed2..6cf86ed01 100644 --- a/ElectronicObserver/Window/Wpf/Headquarters/HeadquartersView.xaml +++ b/ElectronicObserver/Window/Wpf/Headquarters/HeadquartersView.xaml @@ -2,9 +2,9 @@ x:Class="ElectronicObserver.Window.Wpf.Headquarters.HeadquartersView" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" + xmlns:common="clr-namespace:ElectronicObserver.Common" xmlns:controls="http://schemas.modernwpf.com/2019" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" - xmlns:local="clr-namespace:ElectronicObserver.Window.Wpf.Headquarters" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" x:Name="HeadquartersControl" d:DesignHeight="250" @@ -242,14 +242,21 @@ ToolTip="{Binding Fuel.ToolTip}" Visibility="{Binding Fuel.Visible}" > - - + + + + + + + - + - - + + + + + + + - + @@ -275,14 +289,21 @@ ToolTip="{Binding Steel.ToolTip}" Visibility="{Binding Steel.Visible}" > - - + + + + + + + - + - - + + + + + + + - +