Archived
1
0

Video page fixes

Related Work Items: #249
This commit is contained in:
Michael Gordeev
2019-01-08 17:34:37 +03:00
parent b7a38644cf
commit f5b073ea27
+1 -1
View File
@@ -406,8 +406,8 @@ namespace FoxTube.Pages
mainContent.Children.Remove(pivot); mainContent.Children.Remove(pivot);
tabsPlaceholder.Children.Add(pivot); tabsPlaceholder.Children.Add(pivot);
pivot.SelectedItem = descriptionPanel;
descriptionPanel.Opacity = 1; descriptionPanel.Opacity = 1;
descriptionPanel.IsHitTestVisible = true;
pivot.Items.RemoveAt(0); pivot.Items.RemoveAt(0);
mainContent.Children.Add(descriptionPanel); mainContent.Children.Add(descriptionPanel);