From 49d229cd2b5b706293c1a6dee78e85ddb1c349bc Mon Sep 17 00:00:00 2001 From: Robert Date: Fri, 16 Jun 2023 22:58:48 +0200 Subject: [PATCH] Tweak background --- .../Screens/Device/DevicePropertiesView.axaml | 91 ++++++++++--------- 1 file changed, 46 insertions(+), 45 deletions(-) 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"> - - - - - - - - - - - - - - + + + + + + + + + + + + + + + - - - - - + + + + + + - +