File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
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 .ItemContainerStyle >
89
+ <ListBox .Resources >
90
90
<Style TargetType =" {x:Type ListBoxItem}" BasedOn =" {StaticResource MaterialDesignToolToggleListBoxItem}" >
91
- <Setter Property =" FontSize" Value =" 14" />
92
- <Setter Property =" Padding" Value =" 6" />
91
+ <Setter Property =" Padding" Value =" 4 6 4 6" />
93
92
</Style >
94
- </ListBox .ItemContainerStyle >
93
+ </ListBox .Resources >
95
94
<ListBox .ToolTip>
96
95
<StackPanel >
97
96
<TextBlock Text =" MaterialDesignFlatToggleListBox" />
You can’t perform that action at this time.
0 commit comments