From 7904800f60d2fc80acd0667012539906bd35cf19 Mon Sep 17 00:00:00 2001 From: Alexander Date: Fri, 18 Oct 2019 13:33:30 +0300 Subject: [PATCH] Changed default values for editorBorder and searchPanelBorder parameters --- Crypto Notepad/App.config | 4 ++-- Crypto Notepad/Properties/Settings.Designer.cs | 4 ++-- Crypto Notepad/Properties/Settings.settings | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) 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