diff options
author | sr55 <[email protected]> | 2020-05-17 20:11:25 +0100 |
---|---|---|
committer | sr55 <[email protected]> | 2020-05-17 20:11:37 +0100 |
commit | f2e3c5d7dbe55cbebfa993912e65e4a21a63272b (patch) | |
tree | 7cf03cae435eb07e33ba04b8349fb1ec7546e42f /win/CS/HandBrakeWPF/Views/AudioView.xaml | |
parent | 20cb33eb66fb4160d57444996877c4d9783e34ed (diff) |
WinGui: Lay the ground work for adding the padding filter to the Windows UI. Minor UI tweaks on the Picture settings tab including moving the Rotate/Flip filter onto this tab. #2437
Diffstat (limited to 'win/CS/HandBrakeWPF/Views/AudioView.xaml')
-rw-r--r-- | win/CS/HandBrakeWPF/Views/AudioView.xaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/CS/HandBrakeWPF/Views/AudioView.xaml b/win/CS/HandBrakeWPF/Views/AudioView.xaml index 9b353585c..6b3794dc8 100644 --- a/win/CS/HandBrakeWPF/Views/AudioView.xaml +++ b/win/CS/HandBrakeWPF/Views/AudioView.xaml @@ -43,7 +43,7 @@ <!-- Row 0 -->
<TextBlock Grid.Row="0"
Margin="10,5,0,0"
- FontWeight="Bold"
+ FontSize="12" FontWeight="Bold"
VerticalAlignment="Top"
Text="{Binding PanelTitle}" />
|