File tree Expand file tree Collapse file tree 1 file changed +9
-10
lines changed
src/WPFDevelopers.Shared/Themes Expand file tree Collapse file tree 1 file changed +9
-10
lines changed Original file line number Diff line number Diff line change 106
106
<Button
107
107
x : Name =" PART_CloseButton"
108
108
Grid.Column=" 2"
109
- Width =" 30 "
110
- Height =" 28 "
111
- Padding = " 0"
109
+ Width =" 25 "
110
+ Height =" 25 "
111
+ Margin = " 0,2,4, 0"
112
112
HorizontalAlignment =" Right"
113
- Style =" {StaticResource WD.PathButton}" >
114
- <Path
113
+ helpers:ElementHelper.IsRound=" True"
114
+ Style =" {StaticResource WD.NormalButton}"
115
+ ToolTip =" 关闭" >
116
+ <controls : PathIcon
115
117
Width =" 10"
116
118
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" />
122
121
</Button >
123
122
</Grid >
124
123
</Border >
You can’t perform that action at this time.
0 commit comments