diff --git a/Ink Canvas/Windows/SettingsViews/Pages/DebugPage.xaml b/Ink Canvas/Windows/SettingsViews/Pages/DebugPage.xaml index 22ee9807..92319451 100644 --- a/Ink Canvas/Windows/SettingsViews/Pages/DebugPage.xaml +++ b/Ink Canvas/Windows/SettingsViews/Pages/DebugPage.xaml @@ -33,10 +33,33 @@ + + + + + + + + + + + + + + + 0 + + + + diff --git a/Ink Canvas/Windows/SettingsViews/Pages/IconographyPage.xaml b/Ink Canvas/Windows/SettingsViews/Pages/IconographyPage.xaml deleted file mode 100644 index 6c243eb0..00000000 --- a/Ink Canvas/Windows/SettingsViews/Pages/IconographyPage.xaml +++ /dev/null @@ -1,41 +0,0 @@ - - - - - - - - - - - - - - - - - - 0 - - - - - - - \ No newline at end of file diff --git a/Ink Canvas/Windows/SettingsViews/Pages/IconographyPage.xaml.cs b/Ink Canvas/Windows/SettingsViews/Pages/IconographyPage.xaml.cs deleted file mode 100644 index 49a015df..00000000 --- a/Ink Canvas/Windows/SettingsViews/Pages/IconographyPage.xaml.cs +++ /dev/null @@ -1,10 +0,0 @@ -namespace Ink_Canvas.Windows.SettingsViews.Pages -{ - public partial class IconographyPage : iNKORE.UI.WPF.Modern.Controls.Page - { - public IconographyPage() - { - InitializeComponent(); - } - } -} \ No newline at end of file