diff options
author | sr55 <[email protected]> | 2013-03-09 22:02:44 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2013-03-09 22:02:44 +0000 |
commit | e11f98c9c3c9cff1d7f2fdeaa138e6b0897836c9 (patch) | |
tree | 4d0d3ecbfd49c230fd4cf61750d7d6260da37780 /win/CS/HandBrakeWPF/Views/ShellView.xaml | |
parent | e8a77c1284ee6c7b51b758cf2ff2d95aa9b2a3a9 (diff) |
WinGui: UI Cosmetic fixes.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5313 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrakeWPF/Views/ShellView.xaml')
-rw-r--r-- | win/CS/HandBrakeWPF/Views/ShellView.xaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/CS/HandBrakeWPF/Views/ShellView.xaml b/win/CS/HandBrakeWPF/Views/ShellView.xaml index 9bfee4bc1..bfc65c035 100644 --- a/win/CS/HandBrakeWPF/Views/ShellView.xaml +++ b/win/CS/HandBrakeWPF/Views/ShellView.xaml @@ -4,7 +4,7 @@ xmlns:Data="clr-namespace:System.Windows.Data;assembly=PresentationFramework"
xmlns:Converters="clr-namespace:HandBrakeWPF.Converters" Title="{Data:Binding Path=WindowTitle}"
Width="1015"
- Height="670"
+ Height="680"
MinWidth="1015"
MinHeight="670"
AllowDrop="True"
|