Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 6c69aed

Browse files
authored
Merge pull request #2173 from github/fixes/2172-github-pane-errors
Fix displaying errors in GitHub pane.
2 parents c0aa176 + cea5e44 commit 6c69aed

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/GitHub.VisualStudio.UI/Views/GitHubPane/GitHubPaneView.xaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
<uic:InfoPanel x:Name="infoPanel"
4444
DockPanel.Dock="Top"
4545
Message="{Binding Message}"
46+
ShowCloseButton="True"
4647
VerticalAlignment="Top"/>
4748
<StackPanel DockPanel.Dock="Top"
4849
Margin="6,9,9,5"

src/GitHub.VisualStudio.UI/Views/GitHubPane/GitHubPaneView.xaml.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ public GitHubPaneView(INotificationDispatcher notifications)
2727

2828
this.WhenActivated(d =>
2929
{
30-
infoPanel.Visibility = Visibility.Collapsed;
3130
d(notifications.Listen()
3231
.ObserveOnDispatcher(DispatcherPriority.Normal)
3332
.Subscribe(n =>

0 commit comments

Comments
 (0)