summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authorsr55 <[email protected]>2017-08-23 20:58:17 +0100
committersr55 <[email protected]>2017-08-23 20:58:17 +0100
commitcb97e33011945f5eb61c34821ab6cd5178f30172 (patch)
treed872834ee037b9dbd6624a3e00e0529224c64393 /win
parent43ad6cbbde4c48c6342753d74dbb440db70e1396 (diff)
WinGui: Hide the Preview Count on the Summary tab until preview scrolling is implemented.
Diffstat (limited to 'win')
-rw-r--r--win/CS/HandBrakeWPF/Views/SummaryView.xaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/CS/HandBrakeWPF/Views/SummaryView.xaml b/win/CS/HandBrakeWPF/Views/SummaryView.xaml
index afae75bd8..8dd6b46e9 100644
--- a/win/CS/HandBrakeWPF/Views/SummaryView.xaml
+++ b/win/CS/HandBrakeWPF/Views/SummaryView.xaml
@@ -115,7 +115,7 @@
<Border BorderThickness="1,1,1,1" CornerRadius="8,8,8,8" VerticalAlignment="Bottom" HorizontalAlignment="Center"
Background="Black" Opacity="0.66" Margin="10,5,20,5">
- <TextBlock Text="Preview 2 of 10" FontSize="14" Foreground="White" Padding="8,3" />
+ <TextBlock Text="Preview 2 of 10" FontSize="14" Foreground="White" Padding="8,3" Visibility="Collapsed" />
</Border>
<Grid Margin="10,5,0,0" Grid.Row="1">