File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
MaterialDesignThemes.Wpf/Themes Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 553
553
</Track .IncreaseRepeatButton>
554
554
<!-- It's important that the Thumb gets added last in the XAML to make sure it is drawn on top of both repeat buttons -->
555
555
<Track .Thumb>
556
- <Thumb Template =" {StaticResource MaterialDesignSliderThumb}" SnapsToDevicePixels =" {TemplateBinding SnapsToDevicePixels}" />
556
+ <Thumb Template =" {StaticResource MaterialDesignSliderThumb}" SnapsToDevicePixels =" {TemplateBinding SnapsToDevicePixels}" Foreground = " {TemplateBinding Foreground} " />
557
557
</Track .Thumb>
558
558
</Track >
559
559
</Grid >
617
617
</Track .IncreaseRepeatButton>
618
618
<!-- It's important that the Thumb gets added last in the XAML to make sure it is drawn on top of both repeat buttons -->
619
619
<Track .Thumb>
620
- <Thumb Template =" {StaticResource MaterialDesignSliderThumb}" SnapsToDevicePixels =" {TemplateBinding SnapsToDevicePixels}" />
620
+ <Thumb Template =" {StaticResource MaterialDesignSliderThumb}" SnapsToDevicePixels =" {TemplateBinding SnapsToDevicePixels}" Foreground = " {TemplateBinding Foreground} " />
621
621
</Track .Thumb>
622
622
</Track >
623
623
</Grid >
681
681
</Track .IncreaseRepeatButton>
682
682
<!-- It's important that the Thumb gets added last in the XAML to make sure it is drawn on top of both repeat buttons -->
683
683
<Track .Thumb>
684
- <Thumb Template =" {StaticResource MaterialDesignDiscreteSliderThumb}" SnapsToDevicePixels =" {TemplateBinding SnapsToDevicePixels}" />
684
+ <Thumb Template =" {StaticResource MaterialDesignDiscreteSliderThumb}" SnapsToDevicePixels =" {TemplateBinding SnapsToDevicePixels}" Foreground = " {TemplateBinding Foreground} " />
685
685
</Track .Thumb>
686
686
</Track >
687
687
</Grid >
745
745
</Track .IncreaseRepeatButton>
746
746
<!-- It's important that the Thumb gets added last in the XAML to make sure it is drawn on top of both repeat buttons -->
747
747
<Track .Thumb>
748
- <Thumb Template =" {StaticResource MaterialDesignLeftDiscreteSliderThumb}" SnapsToDevicePixels =" {TemplateBinding SnapsToDevicePixels}" />
748
+ <Thumb Template =" {StaticResource MaterialDesignLeftDiscreteSliderThumb}" SnapsToDevicePixels =" {TemplateBinding SnapsToDevicePixels}" Foreground = " {TemplateBinding Foreground} " />
749
749
</Track .Thumb>
750
750
</Track >
751
751
</Grid >
You can’t perform that action at this time.
0 commit comments