Skip to content
Snippets Groups Projects
Commit eceee4d4 authored by Thomas Nigro's avatar Thomas Nigro
Browse files

Temporary for the slidercontrol in BottomMiniPlayer

parent c6053c7a
No related branches found
Tags 1.1.1
No related merge requests found
......@@ -148,10 +148,15 @@
FontSize="15"
Foreground="White" />
</Grid>
<local:SliderControl x:Name="SliderControl"
Grid.Column="2"
Margin="12,0"
RequestedTheme="Dark"/>
<Slider x:Name="SliderControl"
Grid.Column="2"
RequestedTheme="Dark"
VerticalAlignment="Center"
Margin="0,-12,0,0"
Value="{Binding Position, Mode=TwoWay, Converter={StaticResource PositionToFixedPointConverter}}"
Style="{StaticResource VLCSlider}"
Maximum="500"
ThumbToolTipValueConverter="{StaticResource PositionToTimeStampStringConverter}" />
<Grid x:Name="PlayPauseGrid"
Grid.Row="0"
Grid.Column="3"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment