diff options
author | sr55 <[email protected]> | 2013-11-28 21:53:51 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2013-11-28 21:53:51 +0000 |
commit | ad9f61d20e531e2f99df7de4980bc4d7e658b78c (patch) | |
tree | 913e2e16a4c7ace11a444f28f521d193d48fd73d /win/CS/HandBrakeWPF/Views/PictureSettingsView.xaml | |
parent | d33cfa2806a21154b76c45c74990d447f31b6f53 (diff) |
WinGui: Undo the Preview Change from last checkin.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5908 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrakeWPF/Views/PictureSettingsView.xaml')
-rw-r--r-- | win/CS/HandBrakeWPF/Views/PictureSettingsView.xaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win/CS/HandBrakeWPF/Views/PictureSettingsView.xaml b/win/CS/HandBrakeWPF/Views/PictureSettingsView.xaml index 3ed9b0f11..629fa85a1 100644 --- a/win/CS/HandBrakeWPF/Views/PictureSettingsView.xaml +++ b/win/CS/HandBrakeWPF/Views/PictureSettingsView.xaml @@ -145,8 +145,8 @@ </Grid>
- <Label Content="Preview" FontWeight="Bold" Margin="15,0,0,0" />
- <Button Content="Show Preview" cal:Message.Attach="[Event Click] = [Action PreviewImage]" />
+ <Label Content="Preview" FontWeight="Bold" Margin="15,0,0,0" Visibility="Collapsed"/>
+ <Button Content="Show Preview" cal:Message.Attach="[Event Click] = [Action PreviewImage]" Visibility="Collapsed" />
</StackPanel>
</StackPanel>
|