From 592af6006b65135c2ca7d85c9e041daeb8e5661c Mon Sep 17 00:00:00 2001 From: SpoinkyNL Date: Mon, 6 Jan 2020 21:48:05 +0100 Subject: [PATCH] Updated Material Design Nuget packages Fixed layer property tree height on different DPIs --- src/Artemis.UI/Artemis.UI.csproj | 14 ++++++++------ .../Screens/Dialogs/ConfirmDialogView.xaml | 2 +- src/Artemis.UI/Screens/Home/HomeView.xaml | 6 +++--- .../ProfileEditor/Dialogs/ProfileCreateView.xaml | 2 +- .../Dialogs/ProfileElementRenameView.xaml | 2 +- .../DisplayConditions/DisplayConditionsView.xaml | 2 +- .../LayerProperties/LayerPropertiesView.xaml | 2 +- .../LayerProperties/LayerPropertiesViewModel.cs | 12 ++++++++++++ .../PropertyTree/PropertyTreeChildView.xaml | 2 +- .../PropertyTree/PropertyTreeView.xaml | 9 ++++----- .../ProfileEditor/ProfileTree/ProfileTreeView.xaml | 2 +- src/Artemis.UI/Screens/RootView.xaml | 8 +++++--- src/Artemis.UI/Screens/Settings/SettingsView.xaml | 4 ++-- src/Artemis.UI/Screens/Sidebar/SidebarView.xaml | 2 +- .../SurfaceEditor/Dialogs/SurfaceCreateView.xaml | 2 +- .../Dialogs/SurfaceDeviceConfigView.xaml | 4 ++-- src/Artemis.UI/packages.config | 6 +++--- 17 files changed, 48 insertions(+), 33 deletions(-) diff --git a/src/Artemis.UI/Artemis.UI.csproj b/src/Artemis.UI/Artemis.UI.csproj index 2cfaf5a66..2d2630d14 100644 --- a/src/Artemis.UI/Artemis.UI.csproj +++ b/src/Artemis.UI/Artemis.UI.csproj @@ -55,14 +55,14 @@ ..\packages\Humanizer.Core.2.6.2\lib\netstandard2.0\Humanizer.dll - - ..\packages\MaterialDesignColors.1.2.0\lib\net45\MaterialDesignColors.dll + + ..\packages\MaterialDesignColors.1.2.2\lib\net45\MaterialDesignColors.dll - - ..\packages\MaterialDesignExtensions.2.8.0\lib\net45\MaterialDesignExtensions.dll + + ..\packages\MaterialDesignExtensions.3.0.0-a03\lib\net45\MaterialDesignExtensions.dll - - ..\packages\MaterialDesignThemes.2.6.0\lib\net45\MaterialDesignThemes.Wpf.dll + + ..\packages\MaterialDesignThemes.3.0.1\lib\net45\MaterialDesignThemes.Wpf.dll @@ -545,6 +545,7 @@ + @@ -554,4 +555,5 @@ + \ No newline at end of file diff --git a/src/Artemis.UI/Screens/Dialogs/ConfirmDialogView.xaml b/src/Artemis.UI/Screens/Dialogs/ConfirmDialogView.xaml index 0ef27108a..c335cada7 100644 --- a/src/Artemis.UI/Screens/Dialogs/ConfirmDialogView.xaml +++ b/src/Artemis.UI/Screens/Dialogs/ConfirmDialogView.xaml @@ -10,7 +10,7 @@ d:DesignHeight="163.274" d:DesignWidth="254.425" d:DataContext="{d:DesignInstance dialogs:ConfirmDialogViewModel}"> - + diff --git a/src/Artemis.UI/Screens/Home/HomeView.xaml b/src/Artemis.UI/Screens/Home/HomeView.xaml index 10e71d72c..b8678659a 100644 --- a/src/Artemis.UI/Screens/Home/HomeView.xaml +++ b/src/Artemis.UI/Screens/Home/HomeView.xaml @@ -37,7 +37,7 @@ - Welcome to Artemis, RGB on steroids. + Welcome to Artemis, RGB on steroids.