diff options
author | sr55 <[email protected]> | 2012-07-20 13:24:52 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2012-07-20 13:24:52 +0000 |
commit | 1aadfe267e451acfbc900590a53cd9df87fe50ff (patch) | |
tree | 263d496c615073112eda88fcdef773ae01b37742 /win/CS/HandBrakeWPF/Views/ShellView.xaml | |
parent | 33c05df81676a99c1323a1a16a85eb50c1a61646 (diff) |
WinGui: Array of fixes and changes
- Change Font rendering to "Display" mode to see if folks prefer it. If not it can be reverted back.
- Fixes to Queue Edit for the Audio/Subs panel. These should now populate correctly.
- Thrown the Drive detector onto a background thread as it seems the windows drive management service can get "stuck" and block the app from starting while it waits.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4867 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrakeWPF/Views/ShellView.xaml')
-rw-r--r-- | win/CS/HandBrakeWPF/Views/ShellView.xaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win/CS/HandBrakeWPF/Views/ShellView.xaml b/win/CS/HandBrakeWPF/Views/ShellView.xaml index 9aba2a3fe..b6f3cc9eb 100644 --- a/win/CS/HandBrakeWPF/Views/ShellView.xaml +++ b/win/CS/HandBrakeWPF/Views/ShellView.xaml @@ -13,6 +13,7 @@ SnapsToDevicePixels="True"
UseLayoutRounding="True"
WindowStartupLocation="CenterScreen"
+ TextOptions.TextFormattingMode="Display"
>
<Window.Resources>
<Converters:BooleanToVisibilityConverter x:Key="boolToVisConverter" />
|