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
-4
lines changed
src/GitHub.VisualStudio.UI/Views/GitHubPane Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 6666 <StackPanel DockPanel.Dock=" Top"
6767 Orientation =" Vertical"
6868 Margin =" 8 0 0 0" >
69-
69+
7070 <!-- Title -->
7171 <TextBlock Style =" {DynamicResource {x:Static vsui:VsResourceKeys.TextBlockEnvironment122PercentFontSizeStyleKey}}"
7272 TextWrapping =" Wrap"
9999 <StackPanel Orientation =" Horizontal"
100100 Margin =" 0 0 0 -4"
101101 ghfvs:ScrollingVerticalStackPanel.IsFixed=" true" >
102- <!-- TODO: Needs to be re-hooked up :grimacing: -->
103- <ghfvs : GitHubActionLink Margin =" 0 6" Command =" {Binding OpenConversation}" >
102+ <ghfvs : GitHubActionLink Margin =" 0 6" Command =" {Binding OpenOnGitHub}" >
104103 View on GitHub
105104 </ghfvs : GitHubActionLink >
106105
259258 HeaderText =" {Binding Files.ChangedFilesCount, StringFormat={x:Static ghfvs:Resources.ChangesCountFormat}}"
260259 Margin =" 0 8 10 0"
261260 ghfvs:ScrollingVerticalStackPanel.IsFixed=" true" />
262-
261+
263262 <!-- Put the changes tree outside its expander, so it can scroll horizontally
264263 while the header remains fixed -->
265264 <local : PullRequestFilesView DataContext =" {Binding Files}"
You can’t perform that action at this time.
0 commit comments