File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
MaterialDesignThemes.Wpf/Themes Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 262
262
<Setter Property =" Height" Value =" 32" />
263
263
<Setter Property =" MinWidth" Value =" 46" />
264
264
<Setter Property =" HorizontalAlignment" Value =" Left" />
265
+ <Setter Property =" FontSize" Value =" 13" />
266
+ <Setter Property =" Margin" Value =" 4" />
265
267
<Setter Property =" Template" >
266
268
<Setter .Value>
267
269
<ControlTemplate TargetType =" {x:Type CheckBox}" >
Original file line number Diff line number Diff line change 83
83
<Setter Property =" IconBackground" Value =" {DynamicResource PrimaryHueMidBrush}" />
84
84
<Setter Property =" IconForeground" Value =" {DynamicResource PrimaryHueMidForegroundBrush}" />
85
85
<Setter Property =" Cursor" Value =" Hand" />
86
+ <Setter Property =" Margin" Value =" 4" />
86
87
<Setter Property =" Template" >
87
88
<Setter .Value>
88
89
<ControlTemplate TargetType =" {x:Type wpf:Chip}" >
You can’t perform that action at this time.
0 commit comments