diff options
author | sr55 <[email protected]> | 2013-08-22 21:11:19 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2013-08-22 21:11:19 +0000 |
commit | bd8ccfa4473bdad2340a6a191d465f2252e62efe (patch) | |
tree | 002da983eb660bfde690c37b63cae2c5de13a35e /win/CS/HandBrakeWPF/Views/ShellView.xaml | |
parent | 3326f988806a5decae025727784a19c8cc223833 (diff) |
WinGui: Improved Audio Listbox Item style. Moved to a single line design. Since most people generally don't use the DRC, Gain and Sample rate controls, these have been moved into the expandable area instead.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5739 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrakeWPF/Views/ShellView.xaml')
-rw-r--r-- | win/CS/HandBrakeWPF/Views/ShellView.xaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win/CS/HandBrakeWPF/Views/ShellView.xaml b/win/CS/HandBrakeWPF/Views/ShellView.xaml index 43edcb36b..49b7c94dc 100644 --- a/win/CS/HandBrakeWPF/Views/ShellView.xaml +++ b/win/CS/HandBrakeWPF/Views/ShellView.xaml @@ -6,9 +6,9 @@ xmlns:views="clr-namespace:HandBrakeWPF.Views"
Title="{Data:Binding Path=WindowTitle}"
Width="1015"
- Height="670"
+ Height="675"
MinWidth="750"
- MinHeight="670"
+ MinHeight="675"
AllowDrop="True"
SnapsToDevicePixels="True"
UseLayoutRounding="True"
|