From 806dd1e484aa47c76694b506afe5f4698fd809b0 Mon Sep 17 00:00:00 2001 From: Gabriela Trutan Date: Fri, 15 Nov 2024 13:29:38 +0100 Subject: [PATCH] SLVS-1618 Change the edit credentials icon to be usable in dark mode as well (#5838) --- src/ConnectedMode/ConnectedMode.csproj | 3 +++ .../ManageConnectionsDialog.xaml | 13 +++++++----- src/ConnectedMode/UI/Resources/Pencil.xaml | 21 +++++++++++++++++++ 3 files changed, 32 insertions(+), 5 deletions(-) create mode 100644 src/ConnectedMode/UI/Resources/Pencil.xaml diff --git a/src/ConnectedMode/ConnectedMode.csproj b/src/ConnectedMode/ConnectedMode.csproj index 40efc6b0f..325d48c4f 100644 --- a/src/ConnectedMode/ConnectedMode.csproj +++ b/src/ConnectedMode/ConnectedMode.csproj @@ -43,6 +43,8 @@ + + @@ -68,6 +70,7 @@ MSBuild:Compile + MSBuild:Compile diff --git a/src/ConnectedMode/UI/ManageConnections/ManageConnectionsDialog.xaml b/src/ConnectedMode/UI/ManageConnections/ManageConnectionsDialog.xaml index 2978440a1..a3be35e09 100644 --- a/src/ConnectedMode/UI/ManageConnections/ManageConnectionsDialog.xaml +++ b/src/ConnectedMode/UI/ManageConnections/ManageConnectionsDialog.xaml @@ -2,8 +2,6 @@ xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:res="clr-namespace:SonarLint.VisualStudio.ConnectedMode.UI.Resources" - xmlns:imaging="clr-namespace:Microsoft.VisualStudio.Imaging;assembly=Microsoft.VisualStudio.Imaging" - xmlns:vsimagecatalog="clr-namespace:Microsoft.VisualStudio.Imaging;assembly=Microsoft.VisualStudio.ImageCatalog" xmlns:wpf="clr-namespace:SonarLint.VisualStudio.Core.WPF;assembly=SonarLint.VisualStudio.Core" xmlns:ui="clr-namespace:SonarLint.VisualStudio.ConnectedMode.UI" Title="{x:Static res:UiResources.ManageConnectionsDialogTitle}" @@ -19,6 +17,8 @@ Source="pack://application:,,,/SonarLint.VisualStudio.ConnectedMode;component/UI/Resources/LogoImages.xaml" /> + @@ -103,9 +103,12 @@ -