This repository was archived by the owner on Jun 21, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
src/GitHub.VisualStudio.UI/Views/Documents Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 4949 ViewModel =" {Binding Author}" />
5050
5151 <TextBlock Foreground =" {DynamicResource VsBrush.WindowText}" VerticalAlignment =" Center" >
52- <Run FontWeight =" Bold " Text =" {Binding Author.Login, Mode=OneWay}" />
52+ <Run FontWeight =" SemiBold " Text =" {Binding Author.Login, Mode=OneWay}" />
5353 <Run Text =" {Binding AuthorCaption, Mode=OneWay}" />
5454 </TextBlock >
5555 </StackPanel >
Original file line number Diff line number Diff line change 5757 <InlineUIContainer BaselineAlignment =" TextBottom" >
5858 <v : ActorAvatarView ViewModel =" {Binding Author}" Width =" 14" Height =" 14" />
5959 </InlineUIContainer >
60- <TextBlock FontWeight =" Bold " Text =" {Binding Author.Login, Mode=OneWay}" />
60+ <TextBlock FontWeight =" SemiBold " Text =" {Binding Author.Login, Mode=OneWay}" />
6161 wants to merge
62- <TextBlock FontWeight =" Bold " Text =" {Binding CommitCount, Mode=OneWay, StringFormat={x:Static ghfvs:Resources.CommitCountFormat}}" />
62+ <TextBlock FontWeight =" SemiBold " Text =" {Binding CommitCount, Mode=OneWay, StringFormat={x:Static ghfvs:Resources.CommitCountFormat}}" />
6363 into
6464 <InlineUIContainer BaselineAlignment =" Bottom" >
6565 <Border CornerRadius =" 2" Padding =" 5 0" Background =" {DynamicResource GitHubBranchNameBackgroundBrush}" >
100100 <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" >
103- <Run FontWeight =" Bold " Text =" {Binding Author.Login}" />
103+ <Run FontWeight =" SemiBold " Text =" {Binding Author.Login}" />
104104 <Run Text =" commented" />
105105 </TextBlock >
106106 <ui : GitHubActionLink Content =" {Binding CreatedAt, Converter={ui:DurationToStringConverter}}"
144144 <Border Padding =" 6" Background =" {DynamicResource GitHubBranchNameBackgroundBrush}" BorderBrush =" {DynamicResource GitHubHeaderSeparatorBrush}" BorderThickness =" 0 0 0 1" >
145145 <StackPanel Orientation =" Horizontal" DockPanel.Dock=" Left" >
146146 <TextBlock Foreground =" {DynamicResource GitHubVsToolWindowText}" Margin =" 4" >
147- <Run FontWeight =" Bold " Text =" {Binding Author.Login}" />
147+ <Run FontWeight =" SemiBold " Text =" {Binding Author.Login}" />
148148 <Run Text =" commented" />
149149 </TextBlock >
150150
You can’t perform that action at this time.
0 commit comments