#225, 223: Fixed
This commit is contained in:
@@ -98,7 +98,7 @@
|
||||
<Grid Grid.Column="1">
|
||||
<TextBlock Name="elapsedTime" Foreground="White" Text="[Elapsed]" VerticalAlignment="Bottom" HorizontalAlignment="Left" ToolTipService.ToolTip="Time elapsed"/>
|
||||
<TextBlock Name="remainingTime" Foreground="White" Text="[Remaining]" VerticalAlignment="Bottom" HorizontalAlignment="Right" ToolTipService.ToolTip="Time remaining"/>
|
||||
<Grid VerticalAlignment="Top" Margin="0,18,0,0" Height="2">
|
||||
<Grid VerticalAlignment="Top" Margin="0,15,0,0" Height="2">
|
||||
<ProgressBar Background="#66FFFFFF" Foreground="LightGray" Name="bufferingLevel"/>
|
||||
</Grid>
|
||||
<Slider PointerCaptureLost="seek_PointerCaptureLost" ValueChanged="seek_ValueChanged" Name="seek" VerticalAlignment="Top" ToolTipService.ToolTip="Seek" IsThumbToolTipEnabled="False" Background="Transparent" HorizontalAlignment="Stretch"/>
|
||||
|
||||
@@ -414,10 +414,11 @@ namespace FoxTube
|
||||
nav.ExpandedModeThresholdWidth = short.MaxValue;
|
||||
nav.OpenPaneLength = 0;
|
||||
nav.CompactPaneLength = 0;
|
||||
if ((videoPlaceholder.Content as VideoPage).player.MiniView)
|
||||
nav.Margin = new Thickness(0, -48, 0, 0);
|
||||
/*if ((videoPlaceholder.Content as VideoPage).player.MiniView)
|
||||
nav.Margin = new Thickness(0, -46, 0, 0);
|
||||
else
|
||||
nav.Margin = new Thickness(0, -50, 0, 0);
|
||||
nav.Margin = new Thickness(0, -48, 0, 0);*/
|
||||
nav.Margin = new Thickness(0, -45, 0, 0);
|
||||
}
|
||||
else
|
||||
{
|
||||
@@ -426,7 +427,9 @@ namespace FoxTube
|
||||
nav.ExpandedModeThresholdWidth = 1008;
|
||||
nav.Margin = new Thickness(0);
|
||||
nav.OpenPaneLength = 300;
|
||||
nav.CompactPaneLength = 48;
|
||||
nav.CompactPaneLength = 40;
|
||||
if (videoPlaceholder.Content != null)
|
||||
nav.IsPaneOpen = false;
|
||||
SetTitleBar();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user