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

Commit 0447584

Browse files
committed
Add a fake back button
1 parent 47a3ea3 commit 0447584

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/GitHub.VisualStudio/Views/Dialog/ForkRepositoryExecuteView.xaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@
7272

7373
<StackPanel Orientation="Vertical" Margin="0 8 0 0">
7474
<StackPanel HorizontalAlignment="Right" Orientation="Horizontal">
75+
<Button Margin="0 0 4 0">Back</Button>
7576
<Button Click="repoForkButton_OnClick">Fork Repo</Button>
7677
</StackPanel>
7778

0 commit comments

Comments
 (0)