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 +3
-3
lines changed
src/GitHub.VisualStudio.UI/Views/GitHubPane Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 8181 <ItemsControl ItemsSource =" {Binding Value}" >
8282 <ItemsControl .ItemTemplate>
8383 <DataTemplate >
84- <Grid Margin =" 26 0 0 8" >
84+ <Grid Margin =" 22 0 0 8" >
8585 <Grid .ColumnDefinitions>
86- <ColumnDefinition Width =" 16 " />
86+ <ColumnDefinition Width =" 20 " />
8787 <ColumnDefinition Width =" *" />
8888 </Grid .ColumnDefinitions>
8989
90- <StackPanel Grid.Column=" 0" VerticalAlignment =" Center" >
90+ <StackPanel Grid.Column=" 0" HorizontalAlignment = " Left " VerticalAlignment =" Center" >
9191 <imaging : CrispImage Width =" 16" Height =" 16" Moniker =" {x:Static catalog:KnownMonikers.StatusInformation}" Visibility =" {Binding Annotation.AnnotationLevel, Converter={ghfvs:EqualsToVisibilityConverter Notice}}" />
9292 <imaging : CrispImage Width =" 16" Height =" 16" Moniker =" {x:Static catalog:KnownMonikers.StatusWarning}" Visibility =" {Binding Annotation.AnnotationLevel, Converter={ghfvs:EqualsToVisibilityConverter Warning}}" />
9393 <imaging : CrispImage Width =" 16" Height =" 16" Moniker =" {x:Static catalog:KnownMonikers.StatusError}" Visibility =" {Binding Annotation.AnnotationLevel, Converter={ghfvs:EqualsToVisibilityConverter Failure}}" />
You can’t perform that action at this time.
0 commit comments