From 4325005b0efa5780ccfcc044c49c27f5a67c1bfd Mon Sep 17 00:00:00 2001 From: Robert Date: Sun, 21 Nov 2021 11:01:24 +0100 Subject: [PATCH] UI - Removed kinda hacky window style --- src/Avalonia/Artemis.UI.Windows/App.axaml | 1 - src/Avalonia/Artemis.UI/MainWindow.axaml | 20 +--- .../Screens/Debugger/DebugView.axaml | 6 +- .../Screens/Device/DevicePropertiesView.axaml | 105 +++++++++--------- .../Plugins/PluginSettingsWindowView.axaml | 8 +- .../Artemis.UI/Screens/Root/RootView.axaml | 2 +- src/Avalonia/Artemis.UI/Styles/Artemis.axaml | 8 +- 7 files changed, 60 insertions(+), 90 deletions(-) diff --git a/src/Avalonia/Artemis.UI.Windows/App.axaml b/src/Avalonia/Artemis.UI.Windows/App.axaml index 117be8559..73ac69a6c 100644 --- a/src/Avalonia/Artemis.UI.Windows/App.axaml +++ b/src/Avalonia/Artemis.UI.Windows/App.axaml @@ -8,6 +8,5 @@ - diff --git a/src/Avalonia/Artemis.UI/MainWindow.axaml b/src/Avalonia/Artemis.UI/MainWindow.axaml index f0cd1495a..38ca7cdb6 100644 --- a/src/Avalonia/Artemis.UI/MainWindow.axaml +++ b/src/Avalonia/Artemis.UI/MainWindow.axaml @@ -5,22 +5,6 @@ mc:Ignorable="d" d:DesignWidth="800" d:DesignHeight="450" x:Class="Artemis.UI.MainWindow" Icon="/Assets/Images/Logo/bow.ico" - Title="Artemis.UI.Avalonia" - ExtendClientAreaToDecorationsHint="True" - TransparencyLevelHint="AcrylicBlur" - Background="Transparent"> - - - - - - - - - - + Title="Artemis 2.0"> + \ No newline at end of file diff --git a/src/Avalonia/Artemis.UI/Screens/Debugger/DebugView.axaml b/src/Avalonia/Artemis.UI/Screens/Debugger/DebugView.axaml index aa48ee023..4cb14d0c0 100644 --- a/src/Avalonia/Artemis.UI/Screens/Debugger/DebugView.axaml +++ b/src/Avalonia/Artemis.UI/Screens/Debugger/DebugView.axaml @@ -7,10 +7,10 @@ xmlns:reactiveUi="http://reactiveui.net" mc:Ignorable="d" d:DesignWidth="1200" d:DesignHeight="800" x:Class="Artemis.UI.Screens.Debugger.DebugView" + Icon="/Assets/Images/Logo/bow.ico" Title="Artemis | Debugger" Width="1200" - Height="800" - ExtendClientAreaToDecorationsHint="True"> + Height="800">