This repository was archived by the owner on Jun 21, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +0
-27
lines changed
src/GitHub.VisualStudio.UI/Views/GitHubPane Expand file tree Collapse file tree 2 files changed +0
-27
lines changed Original file line number Diff line number Diff line change 185185 </TextBlock >
186186 </StackPanel >
187187
188- <!-- Author and open time -->
189- <ghfvs : SectionControl Name =" descriptionSection"
190- HeaderText =" {x:Static ghfvs:Resources.Description}"
191- IsExpanded =" True"
192- ghfvs:ScrollingVerticalStackPanel.IsFixed=" true" >
193- <StackPanel Orientation =" Vertical" >
194- <!-- View conversation on GitHub -->
195- <StackPanel Orientation =" Horizontal" Margin =" 0 4 0 0" >
196- <v : ActorAvatarView ViewModel =" {Binding Author}"
197- VerticalAlignment =" Bottom"
198- Width =" 16"
199- Height =" 16"
200- Margin =" 0,0,0,1" />
201-
202- <TextBlock VerticalAlignment =" Center" Margin =" 4 0" TextWrapping =" Wrap" >
203- <Run FontWeight =" SemiBold" Text =" {Binding Model.Author.Login, Mode=OneWay}" />
204- <Run Text =" {x:Static ghfvs:Resources.Wrote}" />
205- </TextBlock >
206- </StackPanel >
207- <!-- PR Body -->
208- <markdig : MarkdownViewer Name =" bodyMarkdown"
209- Margin =" 2 4 10 6"
210- Markdown =" {Binding Body}" />
211- </StackPanel >
212- </ghfvs : SectionControl >
213-
214188 <ghfvs : SectionControl Name =" reviewsSection"
215189 HeaderText =" {x:Static ghfvs:Resources.Reviewers}"
216190 IsExpanded =" True"
Original file line number Diff line number Diff line change @@ -26,7 +26,6 @@ public PullRequestDetailView()
2626 {
2727 InitializeComponent ( ) ;
2828
29- bodyMarkdown . PreviewMouseWheel += ScrollViewerUtilities . FixMouseWheelScroll ;
3029 changesSection . PreviewMouseWheel += ScrollViewerUtilities . FixMouseWheelScroll ;
3130
3231 this . WhenActivated ( d =>
You can’t perform that action at this time.
0 commit comments