Fix height on profile button
This commit is contained in:
parent
8d19c03a4d
commit
4e6cdf703d
1 changed files with 2 additions and 2 deletions
|
|
@ -13,7 +13,7 @@
|
|||
<MenuItem Header="Log out" Click="LogOut" />
|
||||
</ContextMenu>
|
||||
</UserControl.Resources>
|
||||
<Button Click="OpenProfileMenu" Padding="0" BorderThickness="0">
|
||||
<Button Click="OpenProfileMenu" Padding="0" BorderThickness="0" Height="32">
|
||||
<Button.Style>
|
||||
<Style TargetType="Button" BasedOn="{StaticResource {x:Type Button}}">
|
||||
<Style.Triggers>
|
||||
|
|
@ -27,7 +27,7 @@
|
|||
</Style>
|
||||
</Button.Style>
|
||||
<StackPanel Orientation="Horizontal">
|
||||
<Image Source="{Binding ElementName=ProfileTopPanelItemControl, Path=DataContext.PlayerAvatarUrl}" Height="28" VerticalAlignment="Center">
|
||||
<Image Source="{Binding ElementName=ProfileTopPanelItemControl, Path=DataContext.PlayerAvatarUrl}" Height="32" VerticalAlignment="Center">
|
||||
<Image.Style>
|
||||
<Style TargetType="Image">
|
||||
<Style.Triggers>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue