Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 0dbabcd

Browse files
Removing extra control
1 parent b355b6c commit 0dbabcd

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

src/GitHub.VisualStudio.UI/Views/GitHubPane/PullRequestCreationView.xaml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -149,18 +149,6 @@
149149
SpellCheck.IsEnabled="True"
150150
AutomationProperties.AutomationId="{x:Static ghfvs:AutomationIDs.PullRequestCreationTitleTextBox}"/>
151151

152-
<ghfvs:PromptTextBox Grid.Row="2"
153-
MinHeight="100"
154-
Margin="10,5"
155-
AcceptsReturn="True"
156-
PromptText="{x:Static ghfvs:Resources.Description}"
157-
Text="{Binding Description, UpdateSourceTrigger=PropertyChanged}"
158-
Style="{DynamicResource GitHubVsPromptTextBox}"
159-
VerticalScrollBarVisibility="Auto"
160-
TextWrapping="Wrap"
161-
SpellCheck.IsEnabled="True"
162-
AutomationProperties.AutomationId="{x:Static ghfvs:AutomationIDs.PullRequestCreationDescriptionTextBox}"/>
163-
164152
<ghfvs:AutoCompleteBox
165153
Grid.Row="3"
166154
MinHeight="100"

0 commit comments

Comments
 (0)