Skip to content

Commit

Permalink
Update Message.xaml
Browse files Browse the repository at this point in the history
  • Loading branch information
yanjinhuagood committed Aug 6, 2023
1 parent 7209ada commit c580cf4
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions src/WPFDevelopers.Shared/Themes/Message.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,19 +106,18 @@
<Button
x:Name="PART_CloseButton"
Grid.Column="2"
Width="30"
Height="28"
Padding="0"
Width="25"
Height="25"
Margin="0,2,4,0"
HorizontalAlignment="Right"
Style="{StaticResource WD.PathButton}">
<Path
helpers:ElementHelper.IsRound="True"
Style="{StaticResource WD.NormalButton}"
ToolTip="关闭">
<controls:PathIcon
Width="10"
Height="10"
HorizontalAlignment="Center"
VerticalAlignment="Center"
Data="{DynamicResource WD.WindowCloseGeometry}"
Fill="{DynamicResource WD.SecondaryTextSolidColorBrush}"
Stretch="Fill" />
Foreground="{DynamicResource WD.SecondaryTextSolidColorBrush}"
Kind="WindowClose" />
</Button>
</Grid>
</Border>
Expand Down

0 comments on commit c580cf4

Please sign in to comment.