diff options
author | sr55 <[email protected]> | 2016-02-13 22:31:41 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2016-02-13 22:31:41 +0000 |
commit | b63b0bb81471ca6d8aa89fc3800126dfe91d84bc (patch) | |
tree | 6cf39de1d69fe9a02700c376f4a23a2ec4a3002b /win/CS/HandBrakeWPF/Views/VideoView.xaml | |
parent | 9667fe056a99b83bdc90cf75f8922ee745f87d52 (diff) |
WinGui: Fix a few binding errors on the audio Default tab. Allow Turbo first pass for x265
Diffstat (limited to 'win/CS/HandBrakeWPF/Views/VideoView.xaml')
-rw-r--r-- | win/CS/HandBrakeWPF/Views/VideoView.xaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/CS/HandBrakeWPF/Views/VideoView.xaml b/win/CS/HandBrakeWPF/Views/VideoView.xaml index aaa8064e8..8c30ea5f8 100644 --- a/win/CS/HandBrakeWPF/Views/VideoView.xaml +++ b/win/CS/HandBrakeWPF/Views/VideoView.xaml @@ -124,7 +124,7 @@ </StackPanel>
<!-- H264 settings -->
- <Grid Grid.Row="1" Grid.ColumnSpan="2" Margin="0,10,0,0">
+ <Grid Grid.Row="1" Grid.ColumnSpan="2" Margin="0,5,0,0">
<Grid.RowDefinitions>
<RowDefinition Height="Auto" />
<RowDefinition Height="Auto" />
|