File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 86
86
</Grid .ColumnDefinitions>
87
87
<materialDesign : PackIcon Grid.Column=" 0" Kind =" Clock" VerticalAlignment =" Center" Margin =" 8 4 4 4" />
88
88
<ListBox Grid.Column=" 1" Style =" {StaticResource MaterialDesignToolToggleFlatListBox}" SelectedIndex =" 0" Margin =" 4 8 8 4" >
89
- <ListBox .Resources >
89
+ <ListBox .ItemContainerStyle >
90
90
<Style TargetType =" {x:Type ListBoxItem}" BasedOn =" {StaticResource MaterialDesignToolToggleListBoxItem}" >
91
- <Setter Property =" Padding" Value =" 4 6 4 6" />
91
+ <Setter Property =" FontSize" Value =" 14" />
92
+ <Setter Property =" Padding" Value =" 6" />
92
93
</Style >
93
- </ListBox .Resources >
94
+ </ListBox .ItemContainerStyle >
94
95
<ListBox .ToolTip>
95
96
<StackPanel >
96
97
<TextBlock Text =" MaterialDesignFlatToggleListBox" />
You can’t perform that action at this time.
0 commit comments