From ef4657725582d96eff3875815657ad5cb9f0c7d8 Mon Sep 17 00:00:00 2001 From: Robert Date: Tue, 16 Nov 2021 00:13:24 +0100 Subject: [PATCH] Device settings - Fix opening device properties --- .../Screens/Debugger/DebugView.axaml | 18 +++++------------- .../Device/Views/DeviceSettingsView.axaml | 2 +- 2 files changed, 6 insertions(+), 14 deletions(-) diff --git a/src/Artemis.UI.Avalonia/Screens/Debugger/DebugView.axaml b/src/Artemis.UI.Avalonia/Screens/Debugger/DebugView.axaml index 7867c29a0..1f90a6a68 100644 --- a/src/Artemis.UI.Avalonia/Screens/Debugger/DebugView.axaml +++ b/src/Artemis.UI.Avalonia/Screens/Debugger/DebugView.axaml @@ -2,6 +2,7 @@ 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:controls="clr-namespace:FluentAvalonia.UI.Controls;assembly=FluentAvalonia" mc:Ignorable="d" d:DesignWidth="1200" d:DesignHeight="800" x:Class="Artemis.UI.Avalonia.Screens.Debugger.DebugView" Title="Artemis | Debugger" @@ -9,18 +10,9 @@ Height="800" ExtendClientAreaToDecorationsHint="True"> - - - - - Test - - - - Test - - + + + + \ No newline at end of file diff --git a/src/Artemis.UI.Avalonia/Screens/Device/Views/DeviceSettingsView.axaml b/src/Artemis.UI.Avalonia/Screens/Device/Views/DeviceSettingsView.axaml index 338de63ce..b1b8e5ae1 100644 --- a/src/Artemis.UI.Avalonia/Screens/Device/Views/DeviceSettingsView.axaml +++ b/src/Artemis.UI.Avalonia/Screens/Device/Views/DeviceSettingsView.axaml @@ -49,7 +49,7 @@ - +