Skip to content

Commit 5016e05

Browse files
committed
Fix issue (#138
1 parent af1f05c commit 5016e05

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/WPFDevelopers.Shared/Styles/Styles.ComboBox.xaml

+2
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,8 @@
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}}}" />

0 commit comments

Comments
 (0)