diff options
author | sr55 <[email protected]> | 2013-03-09 22:02:44 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2013-03-09 22:02:44 +0000 |
commit | e11f98c9c3c9cff1d7f2fdeaa138e6b0897836c9 (patch) | |
tree | 4d0d3ecbfd49c230fd4cf61750d7d6260da37780 /win/CS/HandBrakeWPF/Views/MainView.xaml | |
parent | e8a77c1284ee6c7b51b758cf2ff2d95aa9b2a3a9 (diff) |
WinGui: UI Cosmetic fixes.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5313 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrakeWPF/Views/MainView.xaml')
-rw-r--r-- | win/CS/HandBrakeWPF/Views/MainView.xaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win/CS/HandBrakeWPF/Views/MainView.xaml b/win/CS/HandBrakeWPF/Views/MainView.xaml index 5fbc3cc93..0d93eea2d 100644 --- a/win/CS/HandBrakeWPF/Views/MainView.xaml +++ b/win/CS/HandBrakeWPF/Views/MainView.xaml @@ -28,6 +28,7 @@ <Setter Property="Padding" Value="5,1" />
<Setter Property="FontSize" Value="11.5" />
<Setter Property="VerticalAlignment" Value="Center" />
+ <Setter Property="MinHeight" Value="22" />
</Style>
<Style x:Key="textBlockOrangeStyle" TargetType="TextBlock">
|