File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/WPFDevelopers.Shared/Themes Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 15
15
<Setter Property =" Focusable" Value =" False" />
16
16
<Setter Property =" Height" Value =" 16" />
17
17
<Setter Property =" VerticalAlignment" Value =" Center" />
18
- <Setter Property =" VerticalContentAlignment " Value =" Stretch " />
18
+ <Setter Property =" HorizontalAlignment " Value =" Center " />
19
19
<Setter Property =" Foreground" >
20
20
<Setter .Value>
21
21
<Binding Path =" Foreground" RelativeSource =" {RelativeSource Mode=FindAncestor, AncestorType={x:Type Control}}" />
27
27
<ControlTemplate TargetType =" {x:Type controls:PathIcon}" >
28
28
<Viewbox
29
29
Margin =" {TemplateBinding Padding}"
30
- HorizontalAlignment =" {TemplateBinding HorizontalContentAlignment }"
31
- VerticalAlignment =" {TemplateBinding VerticalContentAlignment }"
30
+ HorizontalAlignment =" {TemplateBinding HorizontalAlignment }"
31
+ VerticalAlignment =" {TemplateBinding VerticalAlignment }"
32
32
UseLayoutRounding =" True" >
33
33
<Path
34
34
x : Name =" PART_Path"
You can’t perform that action at this time.
0 commit comments