From f1329a21d47bb4cd1cce534720873765b737511b Mon Sep 17 00:00:00 2001 From: Jakob Ehn Date: Tue, 19 Jan 2016 18:30:34 +0000 Subject: [PATCH] Added TargetPageId to the navigation item in order to make the GitFlow page stick to the dropdown menu on the home screen #29 --- GitFlow.VS.Extension/GitFlowNavigationItem.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GitFlow.VS.Extension/GitFlowNavigationItem.cs b/GitFlow.VS.Extension/GitFlowNavigationItem.cs index 2bf333a..5ec6240 100644 --- a/GitFlow.VS.Extension/GitFlowNavigationItem.cs +++ b/GitFlow.VS.Extension/GitFlowNavigationItem.cs @@ -12,7 +12,7 @@ namespace GitFlowVS.Extension { - [TeamExplorerNavigationItem("59168500-14BC-4EE9-BB1F-7B2B970A4AF6",1500)] + [TeamExplorerNavigationItem("59168500-14BC-4EE9-BB1F-7B2B970A4AF6",1500, TargetPageId = "1F9974CD-16C3-4AEF-AED2-0CE37988E2F1")] public class GitFlowNavigationItem : TeamExplorerBaseNavigationItem { private readonly ITeamExplorer teamExplorer;