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/PreviewView.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/PreviewView.xaml')
-rw-r--r-- | win/CS/HandBrakeWPF/Views/PreviewView.xaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win/CS/HandBrakeWPF/Views/PreviewView.xaml b/win/CS/HandBrakeWPF/Views/PreviewView.xaml index 19ff2c6c6..826634167 100644 --- a/win/CS/HandBrakeWPF/Views/PreviewView.xaml +++ b/win/CS/HandBrakeWPF/Views/PreviewView.xaml @@ -10,6 +10,7 @@ ResizeMode="NoResize"
SizeToContent="Height"
WindowStartupLocation="CenterScreen"
+ TextOptions.TextFormattingMode="Display"
mc:Ignorable="d">
<Window.Resources>
|