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

Commit 3a82548

Browse files
Fixing column indexes
1 parent 8cb7edc commit 3a82548

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/GitHub.VisualStudio/Views/GitHubPane/PullRequestCheckView.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@
4141
<!--
4242
<Image Grid.Column="1" Source="{Binding Avatar}" Height="16" Width="16" />
4343
-->
44-
<Label Grid.Column="2" Foreground="{DynamicResource VsBrush.WindowText}" Content="{Binding Title}"/>
44+
<Label Grid.Column="1" Foreground="{DynamicResource VsBrush.WindowText}" Content="{Binding Title}"/>
4545
<!--
4646
<Label Grid.Column="3" HorizontalAlignment="Right" Content="{Binding Description}" ToolTip="{Binding Description}" />
4747
-->
48-
<Label Grid.Column="4" HorizontalAlignment="Right">
48+
<Label Grid.Column="3" HorizontalAlignment="Right">
4949
<Hyperlink ToolTip="{Binding DetailsUrl}" Command="{Binding OpenDetailsUrl}">Details</Hyperlink>
5050
</Label>
5151
</Grid>

0 commit comments

Comments
 (0)