From df69e10682164f7bdd1692f17b1c14e1e40104a0 Mon Sep 17 00:00:00 2001 From: Steven Kirk Date: Mon, 18 Jun 2018 11:21:17 +0200 Subject: [PATCH] Tidy up PR details XAML. When coming to fix #1738, I noticed that the XAML in the PR details view had got quite messy, with quite a few unneeded `Grid`s and other layout controls. Simplified the XAML a bit and fixed #1738. --- .../GitHubPane/PullRequestDetailView.xaml | 94 ++++++------------- 1 file changed, 27 insertions(+), 67 deletions(-) diff --git a/src/GitHub.VisualStudio/Views/GitHubPane/PullRequestDetailView.xaml b/src/GitHub.VisualStudio/Views/GitHubPane/PullRequestDetailView.xaml index 67f493c3a5..e1f54265c2 100644 --- a/src/GitHub.VisualStudio/Views/GitHubPane/PullRequestDetailView.xaml +++ b/src/GitHub.VisualStudio/Views/GitHubPane/PullRequestDetailView.xaml @@ -18,8 +18,8 @@ + TargetBranchDisplayName="master-is-always-stable" + CommentCount="10"> @@ -76,94 +76,54 @@ - - - - - - - - - - - - - + + + + - - + + - + - - - - - - - - + + + - - - + - + + + - - - - - - - - - - - - - - - - - - - - - - + + - - + - +