diff --git a/src/Artemis.UI/Screens/Device/DevicePropertiesView.axaml b/src/Artemis.UI/Screens/Device/DevicePropertiesView.axaml index 9b78bb060..54c9d496b 100644 --- a/src/Artemis.UI/Screens/Device/DevicePropertiesView.axaml +++ b/src/Artemis.UI/Screens/Device/DevicePropertiesView.axaml @@ -1,58 +1,59 @@ + xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" + xmlns:d="http://schemas.microsoft.com/expression/blend/2008" + xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" + xmlns:shared="clr-namespace:Artemis.UI.Shared;assembly=Artemis.UI.Shared" + xmlns:device="clr-namespace:Artemis.UI.Screens.Device" + xmlns:windowing="clr-namespace:FluentAvalonia.UI.Windowing;assembly=FluentAvalonia" + mc:Ignorable="d" d:DesignWidth="1200" d:DesignHeight="800" + x:Class="Artemis.UI.Screens.Device.DevicePropertiesView" + x:DataType="device:DevicePropertiesViewModel" + Icon="/Assets/Images/Logo/application.ico" + Title="Artemis | Device Properties" + WindowStartupLocation="CenterOwner" + Width="1400" + Height="800"> - - - - - - - - - - - - - - + + + + + + + + + + + + + + + - - - - - + + + + + + - +