diff options
author | sr55 <[email protected]> | 2018-09-15 20:22:24 +0100 |
---|---|---|
committer | sr55 <[email protected]> | 2018-09-15 20:22:24 +0100 |
commit | ec44ec1bd9b11ca43f9952dba2d17969a0bcb7a3 (patch) | |
tree | db74de3c23c0498230665cd8c1bb09cb8c492566 | |
parent | 5446a69b0dd658ecfe1a954c9839a2e12e077adf (diff) |
WinGui: Cosmetic fix on the options pane.
-rw-r--r-- | win/CS/HandBrakeWPF/Views/OptionsView.xaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/CS/HandBrakeWPF/Views/OptionsView.xaml b/win/CS/HandBrakeWPF/Views/OptionsView.xaml index 5e865e5a1..cdfc4d862 100644 --- a/win/CS/HandBrakeWPF/Views/OptionsView.xaml +++ b/win/CS/HandBrakeWPF/Views/OptionsView.xaml @@ -183,7 +183,7 @@ <TextBlock Text="{x:Static Properties:ResourcesUI.Options_Experimental}" FontSize="14" Margin="0,0,0,10"/>
<StackPanel Orientation="Vertical" Margin="20,0,0,0">
- <TextBlock Text="{x:Static Properties:ResourcesUI.Options_ExperimentalFeatures}"></TextBlock>
+ <TextBlock Text="{x:Static Properties:ResourcesUI.Options_ExperimentalFeatures}" Margin="0,0,0,10" />
<CheckBox Content="{x:Static Properties:ResourcesUI.Options_ShowQueueInline}" IsChecked="{Binding ShowQueueInline}" />
</StackPanel>
</StackPanel>
|