diff --git a/Ink Canvas/MainWindow.xaml.cs b/Ink Canvas/MainWindow.xaml.cs index 4b5a2e7c..af1e63d1 100644 --- a/Ink Canvas/MainWindow.xaml.cs +++ b/Ink Canvas/MainWindow.xaml.cs @@ -2817,7 +2817,7 @@ namespace Ink_Canvas if (isOpeningOrHidingSettingsPane) return; HideSubPanels(); { - var settingsWindow = new Windows.SettingsViews2.SettingsWindow2(); + var settingsWindow = new Windows.SettingsViews.SettingsWindow(); settingsWindow.Owner = this; settingsWindow.ShowDialog(); } diff --git a/Ink Canvas/Windows/HotkeyItem.xaml b/Ink Canvas/Windows/HotkeyItem.xaml index 0f2ff92a..3cfc5b1e 100644 --- a/Ink Canvas/Windows/HotkeyItem.xaml +++ b/Ink Canvas/Windows/HotkeyItem.xaml @@ -1,66 +1,70 @@ - - - + mc:Ignorable="d" + d:DesignHeight="60" + d:DesignWidth="600"> + + + - - - + + + - - - + + - - - + + - -