File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
src/WPFDevelopers.Shared/Styles Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 309309 <Setter Property =" BorderThickness" Value =" 0" />
310310 <Setter Property =" Background" Value =" {DynamicResource WD.PlaceholderTextBrush}" />
311311 <Setter Property =" FontSize" Value =" {Binding FontSize, RelativeSource={RelativeSource AncestorType={x:Type ItemsControl}}}" />
312+ <Setter Property =" FontFamily" Value =" {Binding FontFamily, RelativeSource={RelativeSource AncestorType={x:Type ItemsControl}}}" />
313+ <Setter Property =" FontWeight" Value =" {Binding FontWeight, RelativeSource={RelativeSource AncestorType={x:Type ItemsControl}}}" />
312314 <Setter Property =" HorizontalContentAlignment" Value =" {Binding HorizontalContentAlignment, RelativeSource={RelativeSource AncestorType={x:Type ItemsControl}}}" />
313315 <Setter Property =" VerticalContentAlignment" Value =" {Binding VerticalContentAlignment, RelativeSource={RelativeSource AncestorType={x:Type ItemsControl}}}" />
314316 <Setter Property =" Foreground" Value =" {Binding Foreground, RelativeSource={RelativeSource AncestorType={x:Type ItemsControl}}}" />
You can’t perform that action at this time.
0 commit comments