diff options
author | sr55 <[email protected]> | 2013-05-11 12:45:45 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2013-05-11 12:45:45 +0000 |
commit | a09e24030d455e435096be0dbaf4370c5696d787 (patch) | |
tree | f9e517d91c1e592e064bfc0ab3bceca7f1acff60 /win/CS/HandBrakeWPF/Views/SubtitlesView.xaml | |
parent | 00a8ff385456a670b2d72f60cd20bfa49340f7ef (diff) |
WinGui: Fix a number of cosmetic issues and a bug with the Check for updates dropdown on a clean system.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5450 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrakeWPF/Views/SubtitlesView.xaml')
-rw-r--r-- | win/CS/HandBrakeWPF/Views/SubtitlesView.xaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/CS/HandBrakeWPF/Views/SubtitlesView.xaml b/win/CS/HandBrakeWPF/Views/SubtitlesView.xaml index a99989189..cd8529937 100644 --- a/win/CS/HandBrakeWPF/Views/SubtitlesView.xaml +++ b/win/CS/HandBrakeWPF/Views/SubtitlesView.xaml @@ -41,7 +41,7 @@ cal:Message.Attach="[Event Click] = [Action Add]"
Content="Add" />
<Button Grid.Column="2"
- Width="85"
+ MaxWidth="100"
cal:Message.Attach="[Event Click] = [Action Import]"
Content="Import SRT" />
</Grid>
|