From affedd3cabca8c1c22f3c74b21590b8341194da0 Mon Sep 17 00:00:00 2001 From: MyDrift Date: Fri, 1 Nov 2024 21:18:16 +0100 Subject: [PATCH] [FEAT] change/add some icons - change settings & close icon to new one using "Segoe Fluent Icons" fontfamily - add icons to search context menu using "Segoe Fluent Icons" fontfamily --- config/themes.json | 2 +- xaml/inputXML.xaml | 25 +++++++++++++++++++------ 2 files changed, 20 insertions(+), 7 deletions(-) diff --git a/config/themes.json b/config/themes.json index 18f55b56..d3cc20ad 100644 --- a/config/themes.json +++ b/config/themes.json @@ -19,7 +19,7 @@ "IconFontSize": "14", "IconButtonSize": "35", "SettingsIconFontSize": "18", - "CloseIconFontSize": "18", + "CloseIconFontSize": "12", "MicroWinLogoSize": "10", "MicrowinCheckBoxMargin": "-10,5,0,0", "GroupBorderBackgroundColor": "#232629", diff --git a/xaml/inputXML.xaml b/xaml/inputXML.xaml index db6894f4..5374f0c5 100644 --- a/xaml/inputXML.xaml +++ b/xaml/inputXML.xaml @@ -617,9 +617,22 @@ - - - + + + + + + + + + + + + + + + + @@ -874,7 +887,7 @@ Width="{DynamicResource IconButtonSize}" Height="{DynamicResource IconButtonSize}" HorizontalAlignment="Right" VerticalAlignment="Top" Margin="5,5,5,0" - FontFamily="Segoe MDL2 Assets" + FontFamily="Segoe Fluent Icons" Content=""/>