summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/Views/ShellView.xaml
diff options
context:
space:
mode:
authorsr55 <[email protected]>2017-09-08 22:14:26 +0100
committersr55 <[email protected]>2017-09-08 22:14:26 +0100
commite17f33293848a5f3a783f09377adc94ffedb0f44 (patch)
tree7e4e44df742d3f82c4ab142ee1a35073e7ac984a /win/CS/HandBrakeWPF/Views/ShellView.xaml
parentb2f2e30f942a917348703e28418be97595ad5e8d (diff)
WinGui: Implementing the new Preset design that does away with the legacy style preset pane and re-arranges parts of the main window for better process flow.
Diffstat (limited to 'win/CS/HandBrakeWPF/Views/ShellView.xaml')
-rw-r--r--win/CS/HandBrakeWPF/Views/ShellView.xaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/win/CS/HandBrakeWPF/Views/ShellView.xaml b/win/CS/HandBrakeWPF/Views/ShellView.xaml
index 9eb2e9469..5e29615d3 100644
--- a/win/CS/HandBrakeWPF/Views/ShellView.xaml
+++ b/win/CS/HandBrakeWPF/Views/ShellView.xaml
@@ -6,9 +6,9 @@
xmlns:i="http://schemas.microsoft.com/expression/2010/interactivity"
xmlns:cal="http://www.caliburnproject.org"
Title="{Data:Binding Path=MainViewModel.WindowTitle}"
- Width="1015"
+ Width="900"
Height="675"
- MinWidth="750"
+ MinWidth="800"
MinHeight="675"
AllowDrop="True"
SnapsToDevicePixels="True"