diff options
author | sr55 <[email protected]> | 2017-12-12 21:53:08 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2017-12-12 21:53:08 +0000 |
commit | d37c6cbf04d2708790f5bdf722bba3f9f3ca605a (patch) | |
tree | 55496b4f299f1787287a83eecd93d4587141ef94 /win/CS/HandBrakeWPF/Views/ShellView.xaml | |
parent | 02bb7c53bf68e0ba64ccd221b3435b444abb744b (diff) |
WinGui: Couple of layout and control size tweaks on the main screen to accommodate the legacy preset panel.
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 0f31986c4..e0455b3d3 100644 --- a/win/CS/HandBrakeWPF/Views/ShellView.xaml +++ b/win/CS/HandBrakeWPF/Views/ShellView.xaml @@ -8,7 +8,7 @@ Title="{Data:Binding Path=MainViewModel.WindowTitle}"
Width="1015"
Height="675"
- MinWidth="900"
+ MinWidth="1015"
MinHeight="675"
AllowDrop="True"
SnapsToDevicePixels="True"
|