Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
mayerwin committed Mar 16, 2019
2 parents 03e7208 + 491ff6c commit 655cce3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CustomizeVSWindowTitle/GlobalSettingsPageGrid.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ public class GlobalSettingsPageGrid : DialogPage {

[Category("General")]
[DisplayName("Farthest parent folder depth")]
[Description("Default: 1. Distance of the farthest parent folder to be shown. 1 will only show the folder of the opened projet/solution file, before the project/folder name")]
[Description("Default: 1. Distance of the farthest parent folder to be shown. 1 will only show the folder of the opened project/solution file, before the project/folder name")]
[DefaultValue(CustomizeVSWindowTitle.DefaultFarthestParentDepth)]
public int FarthestParentDepth { get; set; } = 1;

[Category("General")]
[DisplayName("Closest parent folder depth")]
[Description("Default: 1. Distance of the closest parent folder to be shown. 1 will only show the folder of the opened projet/solution file, before the project/folder name.")]
[Description("Default: 1. Distance of the closest parent folder to be shown. 1 will only show the folder of the opened project/solution file, before the project/folder name.")]
[DefaultValue(CustomizeVSWindowTitle.DefaultClosestParentDepth)]
public int ClosestParentDepth { get; set; } = 1;

Expand Down Expand Up @@ -119,4 +119,4 @@ protected override void OnApply(PageApplyEventArgs e) {
this.SettingsChanged?.Invoke(this, EventArgs.Empty);
}
}
}
}

0 comments on commit 655cce3

Please sign in to comment.