File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
MaterialDesignThemes.Wpf/Themes Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 303
303
</ListBoxItem >
304
304
</ListBox >
305
305
306
- <ListBox Grid.Column=" 1" Grid.Row=" 1" Style =" {StaticResource MaterialDesignFlatToggleListBox }" SelectedIndex =" 0" >
306
+ <ListBox Grid.Column=" 1" Grid.Row=" 1" Style =" {StaticResource MaterialDesignToolToggleFlatListBox }" SelectedIndex =" 0" >
307
307
<ListBox .ToolTip>
308
308
<StackPanel >
309
- <TextBlock Text =" MaterialDesignFlatToggleListBox " />
309
+ <TextBlock Text =" MaterialDesignToolToggleFlatListBox " />
310
310
<TextBlock Text =" Exclusive selection" />
311
311
<TextBlock Text =" ListBoxAssist.IsToggle allows more natural toggle behaviour" />
312
312
</StackPanel >
Original file line number Diff line number Diff line change 193
193
</Setter >
194
194
</Style >
195
195
196
- <Style x : Key =" MaterialDesignFlatToggleListBox " TargetType =" {x:Type ListBox}" BasedOn =" {StaticResource MaterialDesignToolToggleListBox}" >
196
+ <Style x : Key =" MaterialDesignToolToggleFlatListBox " TargetType =" {x:Type ListBox}" BasedOn =" {StaticResource MaterialDesignToolToggleListBox}" >
197
197
<Setter Property =" wpf:ShadowAssist.ShadowDepth" Value =" Depth0" />
198
198
</Style >
199
199
You can’t perform that action at this time.
0 commit comments