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

Commit 657df32

Browse files
committed
Use standard button style for Browse...
1 parent c7dc3ae commit 657df32

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/GitHub.VisualStudio.UI/Views/Dialog/Clone/RepositoryCloneView.xaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,8 @@
4242
<Label DockPanel.Dock="Left" Content="{x:Static ghfvs:Resources.localPathText}" />
4343
<Button DockPanel.Dock="Right"
4444
Command="{Binding Browse}"
45-
Style="{DynamicResource GitHubLinkButton}"
4645
VerticalContentAlignment="Center">
47-
Browse
46+
Browse...
4847
</Button>
4948
<TextBox Text="{Binding Path, UpdateSourceTrigger=PropertyChanged}" Margin="6,0"
5049
VerticalContentAlignment="Center" />

0 commit comments

Comments
 (0)