diff options
author | sr55 <[email protected]> | 2013-05-22 18:53:35 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2013-05-22 18:53:35 +0000 |
commit | 58e8804f56c0d7e18c65b12fec16c14dae93ea76 (patch) | |
tree | 7bf5fcb9db17db3442771e5b45b1855ba106fd62 /win/CS/HandBrakeWPF/Views/QueueView.xaml | |
parent | 79e14897ef7c26f5aea1f6eee55940c315572270 (diff) |
WinGui: Adding missing x264UseAdvancedOptions Key. Allow the Queue window to be resized.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5497 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrakeWPF/Views/QueueView.xaml')
-rw-r--r-- | win/CS/HandBrakeWPF/Views/QueueView.xaml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/win/CS/HandBrakeWPF/Views/QueueView.xaml b/win/CS/HandBrakeWPF/Views/QueueView.xaml index 394eb35e4..c72398396 100644 --- a/win/CS/HandBrakeWPF/Views/QueueView.xaml +++ b/win/CS/HandBrakeWPF/Views/QueueView.xaml @@ -14,7 +14,6 @@ Height="400"
MinWidth="600"
MinHeight="400"
- MaxWidth="600"
Background="#FFF0F0F0"
WindowStartupLocation="CenterScreen"
TextOptions.TextFormattingMode="Display"
@@ -115,7 +114,7 @@ YourNamespace:MenuItemExtensions.GroupName="whenDone" />
<MenuItem x:Name="lock"
cal:Message.Attach="[Event Click] = [Action WhenDone(lock.Header)]"
- Header="Lock system"
+ Header="Lock System"
IsCheckable="True"
YourNamespace:MenuItemExtensions.GroupName="whenDone" />
<MenuItem x:Name="logoff"
|