We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6c4e5a commit db466c2Copy full SHA for db466c2
src/MaterialDesignThemes.Wpf/Themes/MaterialDesignTheme.CheckBox.xaml
@@ -242,8 +242,8 @@
242
<ColumnDefinition Width="Auto" />
243
<ColumnDefinition Width="*" />
244
</Grid.ColumnDefinitions>
245
- <Viewbox Width="18"
246
- Height="18"
+ <Viewbox Width="{Binding RelativeSource={RelativeSource TemplatedParent}, Path=(wpf:CheckBoxAssist.CheckBoxSize)}"
+ Height="{Binding RelativeSource={RelativeSource TemplatedParent}, Path=(wpf:CheckBoxAssist.CheckBoxSize)}"
247
VerticalAlignment="{TemplateBinding VerticalContentAlignment}"
248
FlowDirection="LeftToRight">
249
<Canvas Width="24" Height="24">
0 commit comments