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 +6
-4
lines changed
src/GitHub.VisualStudio/UI/Views Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 3333 Grid.Column=" 0"
3434 Width =" 32"
3535 Height =" 32"
36- Margin =" 0,0,9 ,0"
36+ Margin =" 0,0,10 ,0"
3737 RenderOptions.BitmapScalingMode=" HighQuality"
3838 VerticalAlignment =" Top"
3939 Source =" {Binding Author.Avatar}" />
4040 <TextBlock x : Name =" title"
4141 Grid.Row=" 0"
4242 Grid.Column=" 1"
4343 HorizontalAlignment =" Left"
44- VerticalAlignment =" Center "
44+ VerticalAlignment =" Top "
4545 FontFamily =" Segoe UI"
4646 FontSize =" 14"
4747 Foreground =" {DynamicResource GitHubVsToolWindowText}"
48+ Margin =" 0,-5,10,0"
4849 Text =" {Binding Title}"
4950 TextWrapping =" WrapWithOverflow" />
5051 <ui : OcticonImage x : Name =" comment_icon"
5556 Width =" 14"
5657 Height =" 14"
5758 VerticalAlignment =" Top"
58- Foreground =" {DynamicResource GitHubVsToolWindowText}" >
59+ Foreground =" {DynamicResource GitHubVsToolWindowText}" >
5960 <!--
6061 <ui:OcticonImage.Style>
6162 <Style>
122123 Grid.Column=" 1"
123124 FontFamily =" Segoe UI"
124125 FontSize =" 11"
126+ Margin =" 0,0,10,0"
125127 Foreground =" {DynamicResource GitHubVsGrayText}" >
126128 <TextBlock .Text>
127129 <MultiBinding StringFormat =" {} {0} {1} {2} {3}" >
Original file line number Diff line number Diff line change 3434
3535 <Style x : Key =" PullRequestListItemContainerStyle" TargetType =" {x:Type ListViewItem}" >
3636 <Setter Property =" SnapsToDevicePixels" Value =" True" />
37- <Setter Property =" Margin" Value =" 0" />
37+ <Setter Property =" Margin" Value =" 0,8 " />
3838 <Setter Property =" Padding" Value =" 1" />
3939
4040 <Setter Property =" HorizontalContentAlignment" Value =" Stretch" />
You can’t perform that action at this time.
0 commit comments