diff options
author | sr55 <[email protected]> | 2017-08-23 20:58:17 +0100 |
---|---|---|
committer | sr55 <[email protected]> | 2017-08-23 20:58:17 +0100 |
commit | cb97e33011945f5eb61c34821ab6cd5178f30172 (patch) | |
tree | d872834ee037b9dbd6624a3e00e0529224c64393 /win | |
parent | 43ad6cbbde4c48c6342753d74dbb440db70e1396 (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.xaml | 2 |
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"> |