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

Commit 325763e

Browse files
committed
Move the pull request number around
1 parent c39eb8e commit 325763e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,10 @@
5252

5353
<StackPanel Orientation="Vertical" Visibility="{Binding Converter={ghfvs:NullToVisibilityConverter}}">
5454
<DockPanel>
55-
<TextBlock DockPanel.Dock="Right">
55+
<TextBlock Margin="0 0 4 0">
5656
<Run Text="{Binding Number, Mode=OneWay, StringFormat=#{0}}"/>
5757
</TextBlock>
58-
59-
<TextBlock DockPanel.Dock="Top"
58+
<TextBlock DockPanel.Dock="Left"
6059
Margin="0,0,4,0"
6160
TextTrimming="CharacterEllipsis"
6261
Text="{Binding Title}" />

0 commit comments

Comments
 (0)