This repository was archived by the owner on Jun 21, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
src/GitHub.VisualStudio.UI/Views/Documents Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 8282
8383 <Rectangle DockPanel.Dock=" Top" Style =" {StaticResource Separator}" Height =" 2" Margin =" 0 24 0 16" />
8484
85- <Grid >
85+ <Grid Margin = " 0 4 0 0 " >
8686 <Grid .ColumnDefinitions>
87- <ColumnDefinition Width =" 45 " />
87+ <ColumnDefinition Width =" 40 " />
8888 <ColumnDefinition Width =" *" />
8989 </Grid .ColumnDefinitions>
9090
91- <v : ActorAvatarView Width =" 40 "
92- Height =" 40 "
91+ <v : ActorAvatarView Width =" 35 "
92+ Height =" 35 "
9393 VerticalAlignment =" Top"
9494 Margin =" 0 0 5 0"
9595 ViewModel =" {Binding Author}" />
9696
97- <Border BorderBrush =" {DynamicResource GitHubHeaderSeparatorBrush}" BorderThickness =" 1" Margin = " 0 4 "
98- Grid.Column=" 1" >
97+ <Border BorderBrush =" {DynamicResource GitHubHeaderSeparatorBrush}" BorderThickness =" 1"
98+ Grid.Column=" 1" VerticalAlignment = " Top " >
9999 <StackPanel Orientation =" Vertical" >
100- <Border Padding =" 8 " Background =" {DynamicResource GitHubBranchNameBackgroundBrush}" BorderBrush =" {DynamicResource GitHubHeaderSeparatorBrush}" BorderThickness =" 0 0 0 1" >
100+ <Border Padding =" 6 " Background =" {DynamicResource GitHubBranchNameBackgroundBrush}" BorderBrush =" {DynamicResource GitHubHeaderSeparatorBrush}" BorderThickness =" 0 0 0 1" >
101101 <StackPanel Orientation =" Horizontal" DockPanel.Dock=" Left" >
102102 <TextBlock Foreground =" {DynamicResource GitHubVsToolWindowText}" Margin =" 4" >
103103 <Run FontWeight =" Bold" Text =" {Binding Author.Login}" />
You can’t perform that action at this time.
0 commit comments