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 +8
-5
lines changed
src/GitHub.VisualStudio.UI/Views/GitHubPane Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change 9999 <StackPanel Orientation =" Horizontal"
100100 Margin =" 0 0 0 -4"
101101 ghfvs:ScrollingVerticalStackPanel.IsFixed=" true" >
102- <!-- TODO: Needs hook up -->
102+ <!-- TODO: Needs to be re-hooked up :grimacing: -->
103103 <ghfvs : GitHubActionLink Margin =" 0 6" Command =" {Binding OpenConversation}" >
104104 View on GitHub
105105 </ghfvs : GitHubActionLink >
106106
107107 <Rectangle Margin =" 5 0" Width =" 1" Height =" 12" VerticalAlignment =" Center" Style =" {DynamicResource Separator}" />
108108
109- <!-- TODO: Needs hook up -->
110- <ghfvs : GitHubActionLink Margin =" 0 6" Command =" {Binding OpenConversation}" >
111- 42
112- </ghfvs : GitHubActionLink >
109+ <StackPanel Orientation =" Horizontal" >
110+ <ghfvs : OcticonImage Margin =" 0 2 4 0" Foreground =" {DynamicResource VsBrush.GrayText}" Width =" 12" Height =" 12" Icon =" comment" />
111+ <ghfvs : GitHubActionLink Margin =" 0 6" Command =" {Binding OpenConversation}" >
112+ <!-- TODO: Needs hook up -->
113+ 42
114+ </ghfvs : GitHubActionLink >
115+ </StackPanel >
113116
114117 <Rectangle Margin =" 5 0" Width =" 1" Height =" 12" VerticalAlignment =" Center" Style =" {DynamicResource Separator}" />
115118
You can’t perform that action at this time.
0 commit comments