diff options
author | sr55 <[email protected]> | 2012-06-17 17:16:04 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2012-06-17 17:16:04 +0000 |
commit | 77a10cca0461c6d24b5a58b01d6d2e1dbcbab4c8 (patch) | |
tree | c813d833e2ef2c18e3837026513094369228a2bd /win/CS/HandBrakeWPF/Views | |
parent | 8766cc871dd8f19cbcdeda86450a274458b2be28 (diff) |
WinGui: Output settings were not loading with the presets.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4746 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrakeWPF/Views')
-rw-r--r-- | win/CS/HandBrakeWPF/Views/MainView.xaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/win/CS/HandBrakeWPF/Views/MainView.xaml b/win/CS/HandBrakeWPF/Views/MainView.xaml index 3c2963378..a4bce1863 100644 --- a/win/CS/HandBrakeWPF/Views/MainView.xaml +++ b/win/CS/HandBrakeWPF/Views/MainView.xaml @@ -156,6 +156,8 @@ HorizontalAlignment="Stretch"
VerticalAlignment="Stretch"
SnapsToDevicePixels="False"
+ ToolBar.OverflowMode="Never"
+ ToolBarTray.IsLocked="True"
>
<Menu Background="Transparent">
<MenuItem ItemsSource="{Binding SourceToolbarMenu}">
|