diff options
author | sr55 <[email protected]> | 2012-07-23 18:28:21 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2012-07-23 18:28:21 +0000 |
commit | d45c3a5e8f2b56f55734f5816b0f62df9adfcefd (patch) | |
tree | 6ab5b607709efbe53897c469b1283c6046ec9213 /win/CS/HandBrakeWPF/Views/AboutView.xaml | |
parent | 6c8108e0760796e153f62de9b08325f433105bff (diff) |
WinGui: Couple UI tweaks and better text rendering throughout the app since no-one complained yet.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4873 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrakeWPF/Views/AboutView.xaml')
-rw-r--r-- | win/CS/HandBrakeWPF/Views/AboutView.xaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win/CS/HandBrakeWPF/Views/AboutView.xaml b/win/CS/HandBrakeWPF/Views/AboutView.xaml index 7743dfc2d..dcf159967 100644 --- a/win/CS/HandBrakeWPF/Views/AboutView.xaml +++ b/win/CS/HandBrakeWPF/Views/AboutView.xaml @@ -6,6 +6,7 @@ Width="600"
Height="320"
ResizeMode="NoResize"
+ TextOptions.TextFormattingMode="Display"
WindowStartupLocation="CenterScreen">
<Grid>
|