Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/09/10 02:04:57 (15 years ago)
Author:
swagner
Message:

Implemented reviewers' comments (#893).

Location:
trunk/sources/HeuristicLab.Optimizer/3.3/Properties
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Optimizer/3.3/Properties/Settings.Designer.cs

    r3163 r3290  
    3535            }
    3636        }
     37       
     38        [global::System.Configuration.UserScopedSettingAttribute()]
     39        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     40        [global::System.Configuration.DefaultSettingValueAttribute("False")]
     41        public bool ShowOperatorsSidebar {
     42            get {
     43                return ((bool)(this["ShowOperatorsSidebar"]));
     44            }
     45            set {
     46                this["ShowOperatorsSidebar"] = value;
     47            }
     48        }
    3749    }
    3850}
  • trunk/sources/HeuristicLab.Optimizer/3.3/Properties/Settings.settings

    r3163 r3290  
    66      <Value Profile="(Default)">True</Value>
    77    </Setting>
     8    <Setting Name="ShowOperatorsSidebar" Type="System.Boolean" Scope="User">
     9      <Value Profile="(Default)">False</Value>
     10    </Setting>
    811  </Settings>
    912</SettingsFile>
Note: See TracChangeset for help on using the changeset viewer.