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 @@ + + + + + + + + + + + + + + + + + --> - _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 @@