Skip to content

Commit c580cf4

Browse files
committed
Update Message.xaml
1 parent 7209ada commit c580cf4

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

src/WPFDevelopers.Shared/Themes/Message.xaml

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -106,19 +106,18 @@
106106
<Button
107107
x:Name="PART_CloseButton"
108108
Grid.Column="2"
109-
Width="30"
110-
Height="28"
111-
Padding="0"
109+
Width="25"
110+
Height="25"
111+
Margin="0,2,4,0"
112112
HorizontalAlignment="Right"
113-
Style="{StaticResource WD.PathButton}">
114-
<Path
113+
helpers:ElementHelper.IsRound="True"
114+
Style="{StaticResource WD.NormalButton}"
115+
ToolTip="关闭">
116+
<controls:PathIcon
115117
Width="10"
116118
Height="10"
117-
HorizontalAlignment="Center"
118-
VerticalAlignment="Center"
119-
Data="{DynamicResource WD.WindowCloseGeometry}"
120-
Fill="{DynamicResource WD.SecondaryTextSolidColorBrush}"
121-
Stretch="Fill" />
119+
Foreground="{DynamicResource WD.SecondaryTextSolidColorBrush}"
120+
Kind="WindowClose" />
122121
</Button>
123122
</Grid>
124123
</Border>

0 commit comments

Comments
 (0)