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

Commit e948886

Browse files
authored
Merge branch 'master' into enhancement/1591-status-bar-open-PRs
2 parents 01e5f7b + 805c327 commit e948886

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/GitHub.VisualStudio.UI/UI/Controls/AccountAvatar.xaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@
44
xmlns:local="clr-namespace:GitHub.VisualStudio.UI.Controls"
55
Name="root"
66
MinWidth="16" MinHeight="16">
7-
<Button Name="btn" Command="{Binding Command, ElementName=root}"
7+
<Button Command="{Binding Command, ElementName=root}"
88
CommandParameter="{Binding CommandParameter, ElementName=root}"
9-
CommandTarget="{Binding CommandTarget, ElementName=root}">
9+
CommandTarget="{Binding CommandTarget, ElementName=root}"
10+
MinWidth="0">
1011
<Button.Template>
1112
<ControlTemplate TargetType="Button">
1213
<ContentPresenter/>

0 commit comments

Comments
 (0)