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

Commit 92f25dd

Browse files
committed
Remove "Clear assignee" button
1 parent 04195c6 commit 92f25dd

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,6 @@
491491
<ui:PromptTextBox Margin="10,5" PromptText="Description" TextWrapping="Wrap" AcceptsReturn="True" Height="100" Style="{StaticResource GitHubVsPromptTextBox}" />
492492
<Grid Margin="10,0">
493493
<Grid.ColumnDefinitions>
494-
<ColumnDefinition Width="Auto" />
495494
<ColumnDefinition Width="Auto" />
496495
<ColumnDefinition Width="*" />
497496
</Grid.ColumnDefinitions>
@@ -503,7 +502,7 @@
503502
Content="Haacked (Phil Haack)"
504503
HasDropDown="True"
505504
VerticalAlignment="Center"
506-
HorizontalAlignment="Left"
505+
HorizontalAlignment="Right"
507506
Click="assigneePopupButton_Click" />
508507

509508
<Popup
@@ -624,8 +623,6 @@
624623
</Grid>
625624
</Border>
626625
</Popup>
627-
628-
<ui:GitHubActionLink Grid.Column="2" Content="Clear assignee" HorizontalAlignment="Right" VerticalAlignment="Center" />
629626
</Grid>
630627

631628
<Grid Margin="10,5,10,10" HorizontalAlignment="Stretch">

0 commit comments

Comments
 (0)