diff --git a/Control/Other/IconInfoDialog.xaml b/Control/Other/IconInfoDialog.xaml
index 85f8838..59e7403 100644
--- a/Control/Other/IconInfoDialog.xaml
+++ b/Control/Other/IconInfoDialog.xaml
@@ -2,7 +2,7 @@
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:hc="https://handyorg.github.io/handycontrol"
- CornerRadius="10"
+ CornerRadius="4"
Width="300"
Height="300"
Opacity="0.9">
diff --git a/Control/UserControls/IconFont/IconPannel.xaml b/Control/UserControls/IconFont/IconPannel.xaml
new file mode 100644
index 0000000..9de1c89
--- /dev/null
+++ b/Control/UserControls/IconFont/IconPannel.xaml
@@ -0,0 +1,45 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Control/UserControls/IconFont/IconPannel.xaml.cs b/Control/UserControls/IconFont/IconPannel.xaml.cs
new file mode 100644
index 0000000..c75b18b
--- /dev/null
+++ b/Control/UserControls/IconFont/IconPannel.xaml.cs
@@ -0,0 +1,29 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+using System.Windows;
+using System.Windows.Controls;
+using System.Windows.Data;
+using System.Windows.Documents;
+using System.Windows.Input;
+using System.Windows.Media;
+using System.Windows.Media.Imaging;
+using System.Windows.Navigation;
+using System.Windows.Shapes;
+
+namespace GeekDesk.Control.UserControls.IconFont
+{
+ ///
+ /// IconPannel.xaml 的交互逻辑
+ ///
+ public partial class IconPannel : UserControl
+ {
+ public IconPannel()
+ {
+ InitializeComponent();
+ }
+
+ }
+}
diff --git a/Control/UserControls/PannelCard/LeftCardControl.xaml b/Control/UserControls/PannelCard/LeftCardControl.xaml
index 46a3849..4c44424 100644
--- a/Control/UserControls/PannelCard/LeftCardControl.xaml
+++ b/Control/UserControls/PannelCard/LeftCardControl.xaml
@@ -55,13 +55,15 @@
-
-
+
+
+
@@ -131,8 +133,9 @@
-->
-
_swap;
@@ -190,7 +193,8 @@ namespace GeekDesk.Control.UserControls.PannelCard
///
private void EditMenuGeometry(object sender, RoutedEventArgs e)
{
-
+ MenuInfo menuInfo = ((MenuItem)sender).Tag as MenuInfo;
+ IconfontWindow.Show(SvgToGeometry.GetIconfonts(), menuInfo);
}
}
}
diff --git a/Control/UserControls/PannelCard/RightCardControl.xaml b/Control/UserControls/PannelCard/RightCardControl.xaml
index 101c830..a9cc785 100644
--- a/Control/UserControls/PannelCard/RightCardControl.xaml
+++ b/Control/UserControls/PannelCard/RightCardControl.xaml
@@ -52,7 +52,7 @@
Effect="{DynamicResource EffectShadow2}"
Margin="5,0,5,5" Grid.ColumnSpan="2">
-
+
diff --git a/Control/Windows/ConfigWindow.xaml b/Control/Windows/ConfigWindow.xaml
index 5a62658..a061841 100644
--- a/Control/Windows/ConfigWindow.xaml
+++ b/Control/Windows/ConfigWindow.xaml
@@ -62,7 +62,7 @@