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 +6
-2
lines changed
src/GitHub.VisualStudio/Views/GitHubPane Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 3232 <Grid >
3333 <Grid .ColumnDefinitions>
3434 <ColumnDefinition Width =" Auto" />
35- <ColumnDefinition Width =" *" />
3635 <ColumnDefinition Width =" Auto" />
36+ <ColumnDefinition Width =" *" />
3737 <ColumnDefinition Width =" Auto" />
3838 </Grid .ColumnDefinitions>
3939
4343
4444 <Image Grid.Column=" 0" Source =" {Binding Avatar}" />
4545 <Label Grid.Column=" 1" Content =" {Binding Title}" />
46- <Label Grid.Column=" 2" Content =" {Binding Description}" />
46+ <Label Grid.Column=" 2" HorizontalAlignment =" Right" >
47+ <Hyperlink ToolTip =" {Binding DetailsUrl}" NavigateUri =" {Binding DetailsUrl}" >
48+ <TextBlock Text =" {Binding Description}" ></TextBlock >
49+ </Hyperlink >
50+ </Label >
4751 <ghfvs : OcticonImage Grid.Column=" 3" Icon =" check" Foreground =" #2cbe4e" Visibility =" {Binding Status, Converter={ghfvs:EqualsToVisibilityConverter Success}}" />
4852 <ghfvs : OcticonImage Grid.Column=" 3" Icon =" x" Foreground =" #cb2431" Visibility =" {Binding Status, Converter={ghfvs:EqualsToVisibilityConverter Failure}}" />
4953 <ghfvs : OcticonImage Grid.Column=" 3" Icon =" clock" Visibility =" {Binding Status, Converter={ghfvs:EqualsToVisibilityConverter Pending}}" />
You can’t perform that action at this time.
0 commit comments