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/ChaptersView.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/ChaptersView.xaml')
-rw-r--r-- | win/CS/HandBrakeWPF/Views/ChaptersView.xaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/CS/HandBrakeWPF/Views/ChaptersView.xaml b/win/CS/HandBrakeWPF/Views/ChaptersView.xaml index e74a896dc..7a14542a0 100644 --- a/win/CS/HandBrakeWPF/Views/ChaptersView.xaml +++ b/win/CS/HandBrakeWPF/Views/ChaptersView.xaml @@ -14,7 +14,7 @@ <RowDefinition Height="*" />
</Grid.RowDefinitions>
- <TextBlock Text="{x:Static Properties:Resources.ChaptersView_ChapterMarkers}" FontWeight="Bold" Margin="10,5,0,0" Grid.Row="0" ></TextBlock>
+ <TextBlock Text="{x:Static Properties:Resources.ChaptersView_ChapterMarkers}" FontSize="12" FontWeight="Bold" Margin="10,5,0,0" Grid.Row="0" ></TextBlock>
<Grid Grid.Row="1" Margin="10,5,10,0">
<Grid.ColumnDefinitions>
|