#225, 223: Fixed
This commit is contained in:
@@ -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