This repository was archived by the owner on Jun 21, 2023. It is now read-only.
File tree 1 file changed +14
-11
lines changed
src/GitHub.VisualStudio/UI/Views/Controls
1 file changed +14
-11
lines changed Original file line number Diff line number Diff line change 47
47
Source =" {Binding Author.Avatar}" />
48
48
</StackPanel >
49
49
</Grid >
50
+
51
+ <Button x : Name =" title"
52
+ Grid.Row=" 0"
53
+ Grid.Column=" 1"
54
+ HorizontalAlignment =" Left"
55
+ VerticalAlignment =" Top"
56
+ Foreground =" {DynamicResource GitHubVsToolWindowText}"
57
+ Margin =" 0,-3,5,0"
58
+ FontSize =" {DynamicResource {x:Static vsui:VsFonts.Environment122PercentFontSizeKey}}"
59
+ Style =" {StaticResource ActionLinkButton}"
60
+ Content =" {Binding Title}"
61
+ ToolTip =" {Binding Title}"
62
+ Command =" {Binding OpenPR, RelativeSource={RelativeSource FindAncestor, AncestorType={x:Type local:PullRequestListView}}}"
63
+ CommandParameter =" {Binding Number}" />
50
64
51
- <TextBlock x : Name =" title"
52
- Grid.Row=" 0"
53
- Grid.Column=" 1"
54
- HorizontalAlignment =" Left"
55
- VerticalAlignment =" Top"
56
- Foreground =" {DynamicResource GitHubVsToolWindowText}"
57
- Margin =" 0,-3,5,0"
58
- Style =" {DynamicResource {x:Static vsui:VsResourceKeys.TextBlockEnvironment122PercentFontSizeStyleKey}}"
59
- Text =" {Binding Title}"
60
- ToolTip =" {Binding Title}"
61
- TextTrimming =" CharacterEllipsis" />
62
65
<ui : OcticonImage x : Name =" comment_icon"
63
66
Grid.Row=" 0"
64
67
Grid.RowSpan=" 2"
You can’t perform that action at this time.
0 commit comments