From 14d639e6e31b928d964d98fd580dce323165fa6a Mon Sep 17 00:00:00 2001 From: SpoinkyNL Date: Sat, 20 Jun 2020 00:25:28 +0200 Subject: [PATCH] Device debugger - Forgot to save ^^ --- .../Settings/Debug/DeviceDebugView.xaml | 106 +++++++++--------- 1 file changed, 51 insertions(+), 55 deletions(-) diff --git a/src/Artemis.UI/Screens/Settings/Debug/DeviceDebugView.xaml b/src/Artemis.UI/Screens/Settings/Debug/DeviceDebugView.xaml index 36646d865..9017208eb 100644 --- a/src/Artemis.UI/Screens/Settings/Debug/DeviceDebugView.xaml +++ b/src/Artemis.UI/Screens/Settings/Debug/DeviceDebugView.xaml @@ -45,27 +45,25 @@ - - - - - - - - - - + + + + + + + + In this window you can view detailed information of the device. Please note that having this window open can have a performance impact on your system. - + - - - + + @@ -79,9 +77,9 @@ Device name + Foreground="{DynamicResource MaterialDesignNavigationItemSubheader}" + TextWrapping="Wrap" + Text="{Binding Device.RgbDevice.DeviceInfo.DeviceName}" /> @@ -97,9 +95,9 @@ Manufacturer + Foreground="{DynamicResource MaterialDesignNavigationItemSubheader}" + TextWrapping="Wrap" + Text="{Binding Device.RgbDevice.DeviceInfo.Manufacturer}" /> @@ -115,9 +113,9 @@ Lighting support + Foreground="{DynamicResource MaterialDesignNavigationItemSubheader}" + TextWrapping="Wrap" + Text="{Binding Device.RgbDevice.DeviceInfo.Lighting}" /> @@ -133,9 +131,9 @@ Device type + Foreground="{DynamicResource MaterialDesignNavigationItemSubheader}" + TextWrapping="Wrap" + Text="{Binding Device.RgbDevice.DeviceInfo.DeviceType}" /> @@ -151,9 +149,9 @@ Device image + Foreground="{DynamicResource MaterialDesignNavigationItemSubheader}" + TextWrapping="Wrap" + Text="{Binding Device.RgbDevice.DeviceInfo.Image}" /> @@ -171,9 +169,9 @@ Size (1px = 1mm) + Foreground="{DynamicResource MaterialDesignNavigationItemSubheader}" + TextWrapping="Wrap" + Text="{Binding Device.RgbDevice.Size}" /> @@ -188,9 +186,9 @@ Location (1px = 1mm) + Foreground="{DynamicResource MaterialDesignNavigationItemSubheader}" + TextWrapping="Wrap" + Text="{Binding Device.RgbDevice.Location}" /> @@ -206,9 +204,9 @@ Rotation (degrees) + Foreground="{DynamicResource MaterialDesignNavigationItemSubheader}" + TextWrapping="Wrap" + Text="{Binding Device.RgbDevice.Rotation.Degrees}" /> @@ -224,18 +222,18 @@ Syncback supported + Foreground="{DynamicResource MaterialDesignNavigationItemSubheader}" + TextWrapping="Wrap" + Text="{Binding Device.RgbDevice.DeviceInfo.SupportsSyncBack}" /> + - - - - - - - - - - - - - - + + + + + + + + + + \ No newline at end of file