diff --git a/Crypto Notepad/App.config b/Crypto Notepad/App.config
index 3009abf..4467dfb 100644
--- a/Crypto Notepad/App.config
+++ b/Crypto Notepad/App.config
@@ -157,10 +157,10 @@
False
- None
+ FixedSingle
- Single
+ None
True
diff --git a/Crypto Notepad/Properties/Settings.Designer.cs b/Crypto Notepad/Properties/Settings.Designer.cs
index 06b8e56..823b7a8 100644
--- a/Crypto Notepad/Properties/Settings.Designer.cs
+++ b/Crypto Notepad/Properties/Settings.Designer.cs
@@ -651,7 +651,7 @@ public bool alwaysOnTop {
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Configuration.SettingsProviderAttribute(typeof(PortableSettingsProvider))]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("None")]
+ [global::System.Configuration.DefaultSettingValueAttribute("FixedSingle")]
public string editorBorder {
get {
return ((string)(this["editorBorder"]));
@@ -664,7 +664,7 @@ public string editorBorder {
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Configuration.SettingsProviderAttribute(typeof(PortableSettingsProvider))]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("Single")]
+ [global::System.Configuration.DefaultSettingValueAttribute("None")]
public string searchPanelBorder {
get {
return ((string)(this["searchPanelBorder"]));
diff --git a/Crypto Notepad/Properties/Settings.settings b/Crypto Notepad/Properties/Settings.settings
index 5bfb94a..09396bd 100644
--- a/Crypto Notepad/Properties/Settings.settings
+++ b/Crypto Notepad/Properties/Settings.settings
@@ -147,10 +147,10 @@
False
- None
+ FixedSingle
- Single
+ None
True