diff options
author | sr55 <[email protected]> | 2012-12-24 11:21:39 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2012-12-24 11:21:39 +0000 |
commit | 55152a0c390263b1f6f005bc38de559db40cb3db (patch) | |
tree | fea27e1d115b27756759b25772f145a92ef9e0bd /win/CS/HandBrakeWPF/Views | |
parent | ee2c5d5e749d0e60efa296d86873b213ef2b217d (diff) |
WinGui: Allow negative srt offset.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5105 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrakeWPF/Views')
-rw-r--r-- | win/CS/HandBrakeWPF/Views/SubtitlesView.xaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win/CS/HandBrakeWPF/Views/SubtitlesView.xaml b/win/CS/HandBrakeWPF/Views/SubtitlesView.xaml index 7df387759..83dabf50f 100644 --- a/win/CS/HandBrakeWPF/Views/SubtitlesView.xaml +++ b/win/CS/HandBrakeWPF/Views/SubtitlesView.xaml @@ -233,6 +233,7 @@ Margin="5,0,5,0"
HorizontalAlignment="Left"
IsEnabled="{Binding IsSrtSubtitle}"
+ Minimum="-10800"
Value="{Binding SrtOffset, Mode=TwoWay}" />
</Grid>
|