summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/Views/SubtitlesView.xaml
diff options
context:
space:
mode:
authorsr55 <[email protected]>2012-12-29 19:11:29 +0000
committersr55 <[email protected]>2012-12-29 19:11:29 +0000
commit403d4abe29055f9d910d10ed28509a684805f835 (patch)
treed5e11acdce5a72932f7e808410a0f5fa73b5fcec /win/CS/HandBrakeWPF/Views/SubtitlesView.xaml
parentab39134445f79f1684a3d8ab814085e04ade27d7 (diff)
Merging trunk to opencl branch.
git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/opencl@5116 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrakeWPF/Views/SubtitlesView.xaml')
-rw-r--r--win/CS/HandBrakeWPF/Views/SubtitlesView.xaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/win/CS/HandBrakeWPF/Views/SubtitlesView.xaml b/win/CS/HandBrakeWPF/Views/SubtitlesView.xaml
index 0f5d69f21..83dabf50f 100644
--- a/win/CS/HandBrakeWPF/Views/SubtitlesView.xaml
+++ b/win/CS/HandBrakeWPF/Views/SubtitlesView.xaml
@@ -233,7 +233,8 @@
Margin="5,0,5,0"
HorizontalAlignment="Left"
IsEnabled="{Binding IsSrtSubtitle}"
- Value="{Binding SrtOffset}" />
+ Minimum="-10800"
+ Value="{Binding SrtOffset, Mode=TwoWay}" />
</Grid>