File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed
src/WPFDevelopers.Shared/Themes Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change 3030 HorizontalAlignment =" {TemplateBinding HorizontalAlignment}"
3131 VerticalAlignment =" {TemplateBinding VerticalAlignment}"
3232 UseLayoutRounding =" True" >
33- <Path
34- x : Name =" PART_Path"
35- Data =" {TemplateBinding Data}"
36- Fill =" {TemplateBinding Foreground}"
37- SnapsToDevicePixels =" {TemplateBinding SnapsToDevicePixels}"
38- Stretch =" Uniform"
39- UseLayoutRounding =" False" />
33+ <controls : SmallPanel Width =" {TemplateBinding Width}" Height =" {TemplateBinding Height}" >
34+ <Path
35+ x : Name =" PART_Path"
36+ Data =" {TemplateBinding Data}"
37+ Fill =" {TemplateBinding Foreground}"
38+ SnapsToDevicePixels =" {TemplateBinding SnapsToDevicePixels}"
39+ Stretch =" Uniform"
40+ UseLayoutRounding =" False" />
41+ </controls : SmallPanel >
4042 </Viewbox >
4143 </ControlTemplate >
4244 </Setter .Value>
You can’t perform that action at this time.
0 commit comments