File tree Expand file tree Collapse file tree 1 file changed +1
-23
lines changed Expand file tree Collapse file tree 1 file changed +1
-23
lines changed Original file line number Diff line number Diff line change 304
304
</ListBoxItem >
305
305
</ListBox >
306
306
307
- <ListBox Grid.Column=" 1" Grid.Row=" 1" Style =" {StaticResource MaterialDesignFlatToggleListBox}" SelectedIndex =" 0" >
308
- <ListBox .ToolTip>
309
- <StackPanel >
310
- <TextBlock Text =" MaterialDesignFlatToggleListBox" />
311
- <TextBlock Text =" Exclusive selection" />
312
- <TextBlock Text =" ListBoxAssist.IsToggle allows more natural toggle behaviour" />
313
- </StackPanel >
314
- </ListBox .ToolTip>
315
- <ListBoxItem >
316
- <TextBlock Text =" 00:00" />
317
- </ListBoxItem >
318
- <ListBoxItem >
319
- <TextBlock Text =" 06:00" />
320
- </ListBoxItem >
321
- <ListBoxItem >
322
- <TextBlock Text =" 12:00" />
323
- </ListBoxItem >
324
- <ListBoxItem >
325
- <TextBlock Text =" 18:00" />
326
- </ListBoxItem >
327
- </ListBox >
328
-
329
- <ListBox Grid.Column=" 1" Grid.Row=" 2" Style =" {StaticResource MaterialDesignToolToggleListBox}"
307
+ <ListBox Grid.Column=" 1" Grid.Row=" 1" Style =" {StaticResource MaterialDesignToolToggleListBox}"
330
308
SelectionMode =" Extended"
331
309
Margin =" 0 8 0 0" >
332
310
<ListBox .ToolTip>
You can’t perform that action at this time.
0 commit comments